1 instantiation of NotificationInteractionInfo
Aspire.Hosting (1)
InteractionService.cs (1)
119var newState = new Interaction(title, message, options, new Interaction.NotificationInteractionInfo(intent: options.Intent ?? MessageIntent.None, linkText: options.LinkText, linkUrl: options.LinkUrl), cancellationToken);
3 references to NotificationInteractionInfo
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
101else if (interaction.InteractionInfo is NotificationInteractionInfo notification)
Publishing\PublishingActivityReporter.cs (2)
311else if (interaction.InteractionInfo is Interaction.NotificationInteractionInfo) 367else if (interaction.InteractionInfo is Interaction.NotificationInteractionInfo)