A service that can be loaded and unloaded at will. Typically during startup and shutdown of an applic...
Interface for push notification services.
EventHandlerAsync< TokenEventArgs >? OnNewToken
Event raised when a new token is made available.
bool TryGetToken(PushMessagingService Source, out string? Token)
Tries to get a token from a push notification service.
Task CheckPushNotificationToken(TokenInformation? TokenInformation=null, CancellationToken CancellationToken=default)
Checks if the Push Notification Token is current and registered properly.
Task NewToken(TokenInformation TokenInformation)
New token received from push notification back-end.
PushMessagingService
Push messaging service used.