Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
INotificationIntentRouter.cs
1using System.Threading;
2using System.Threading.Tasks;
3
5{
9 public interface INotificationIntentRouter
10 {
18 Task<NotificationRouteResult> RouteAsync(NotificationIntent Intent, bool FromUserInteraction, CancellationToken CancellationToken);
19 }
20}
Platform-neutral intent describing how to route a notification.
Task< NotificationRouteResult > RouteAsync(NotificationIntent Intent, bool FromUserInteraction, CancellationToken CancellationToken)
Routes a notification intent.