public interface

PushNotificationListener

com.salesforce.android.connectedapp.PushNotificationListener

Class Overview

Interface for receiving push notifications from Salesforce. The payload of the push notification is provided in a RemoteMessage parameter.

Summary

Public Methods
abstract void onPushNotificationReceived(RemoteMessage message)
Called when a push notification is received from Salesforce.

Public Methods

public abstract void onPushNotificationReceived (RemoteMessage message)

Called when a push notification is received from Salesforce.

Parameters
message The payload of the message, as a Firebase RemoteMessage