Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
INotificationRenderer.cs
1using System.Threading;
2using System.Threading.Tasks;
4
6{
10 public interface INotificationRenderer
11 {
17 Task RenderAsync(NotificationIntent Intent, CancellationToken CancellationToken);
18 }
19}
Platform-neutral intent describing how to route a notification.
Renders local notifications on the platform.
Task RenderAsync(NotificationIntent Intent, CancellationToken CancellationToken)
Displays a local notification for the provided intent.