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