| com.salesforce.android.connectedapp.PushNotificationListener |
Interface for receiving push notifications from Salesforce. The payload of the push notification is provided in a RemoteMessage parameter.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onPushNotificationReceived(RemoteMessage message)
Called when a push notification is received from Salesforce.
| ||||||||||
Called when a push notification is received from Salesforce.
| message | The payload of the message, as a Firebase RemoteMessage |
|---|