C# Class DotnetPush.PushNotificationReceiver

Wrapper class for ReceivedPushNotification event handler.
Mostra file Open project: ably/ably-dotnet Class Usage Examples

Public Methods

Method Description
Notify ( PushNotification notification ) : void

Trigger notification about a push message.

Method Details

Notify() public method

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