Delegate CoreListener.OnPushNotificationReceivedDelegate
Callback prototype for notifying the application a push notification was received.
On iOS it only works with pushkit (VoIP) pushes.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnPushNotificationReceivedDelegate(Core core, string payload);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| System.String | payload | the body of the push notification, if any |