2using System.Threading.Tasks;
21 return Task.CompletedTask;
24 CancellationToken.ThrowIfCancellationRequested();
25 return Task.CompletedTask;
Platform-neutral intent describing how to route a notification.
NotificationPresentation Presentation
Gets or sets how the notification should be presented.
No-op renderer used until platform-specific implementations are provided.
Task RenderAsync(NotificationIntent Intent, CancellationToken CancellationToken)
Displays a local notification with the provided intent.
Renders local notifications on the platform.
NotificationPresentation
Presentation preference for a notification intent.