public class LeanplumPushFirebaseMessagingService
extends FirebaseMessagingService
Constructor and Description |
---|
LeanplumPushFirebaseMessagingService() |
Modifier and Type | Method and Description |
---|---|
void |
onMessageReceived(RemoteMessage remoteMessage)
Called when a message is received.
|
public LeanplumPushFirebaseMessagingService()
public void onMessageReceived(RemoteMessage remoteMessage)
remoteMessage
- Object representing the message received from Firebase Cloud Messaging.