C# Class DotnetPush.PushNotificationReceiver

Wrapper class for ReceivedPushNotification event handler.
Afficher le fichier Open project: ably/ably-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
Notify ( PushNotification notification ) : void

Trigger notification about a push message.

Method Details

Notify() public méthode

Trigger notification about a push message.
public Notify ( PushNotification notification ) : void
notification PushNotification PushNotification that was received.
Résultat void