public class NCMBFirebaseMessagingService
extends FirebaseMessagingService
| Constructor and Description |
|---|
NCMBFirebaseMessagingService() |
| Modifier and Type | Method and Description |
|---|---|
protected android.os.Bundle |
getBundleFromRemoteMessage(RemoteMessage remoteMessage) |
NotificationCompat.Builder |
notificationSettings(android.os.Bundle pushData) |
void |
onMessageReceived(RemoteMessage remoteMessage) |
void |
onNewToken(java.lang.String token)
Called if InstanceID token is updated.
|
public void onNewToken(java.lang.String token)
token - InstanceID tokenpublic void onMessageReceived(RemoteMessage remoteMessage)
protected android.os.Bundle getBundleFromRemoteMessage(RemoteMessage remoteMessage)
public NotificationCompat.Builder notificationSettings(android.os.Bundle pushData)