1 instantiation of NotificationInteractionInfo
Aspire.Hosting (1)
InteractionService.cs (1)
230var 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)
105else if (interaction.InteractionInfo is NotificationInteractionInfo notification)
Pipelines\PipelineActivityReporter.cs (2)
336else if (interaction.InteractionInfo is Interaction.NotificationInteractionInfo) 420else if (interaction.InteractionInfo is Interaction.NotificationInteractionInfo)