Push notification service
Interface for push notification services.
TokenEventHandler 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 NewToken(TokenInformation TokenInformation)
New token received from push notification back-end.
Task CheckPushNotificationToken(TokenInformation? TokenInformation=null)
Checks if the Push Notification Token is current and registered properly.
delegate Task TokenEventHandler(object? Sender, TokenEventArgs e)
Delegate for token event handlers.
PushMessagingService
Push messaging service used.