1 instantiation of NotificationInteractionInfo
Aspire.Hosting (1)
InteractionService.cs (1)
274var newState = new Interaction(title, message, options, new Interaction.NotificationInteractionInfo(intent: options.Intent ?? MessageIntent.None, linkText: options.LinkText, linkUrl: options.LinkUrl), interactionCts.Token);
3 references to NotificationInteractionInfo
Aspire.Hosting (3)
Dashboard\DashboardService.cs (1)
115else if (interaction.InteractionInfo is NotificationInteractionInfo notification)
Pipelines\PipelineActivityReporter.cs (2)
372else if (interaction.InteractionInfo is Interaction.NotificationInteractionInfo) 458else if (interaction.InteractionInfo is Interaction.NotificationInteractionInfo)