| java.lang.Object | |
| ↳ | com.glia.androidsdk.fcm.PushNotifications.Events |
Push notification events
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final FcmMessageEvent | FCM_MESSAGE | Triggered when the new Firebase cloud message was received. | |||||||||
| public static final FcmTokenEvent | FCM_TOKEN | Triggered when the FCM token was updated. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Events() | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Triggered when the new Firebase cloud message was received.
The event listener is called with an GliaPushMessage instance.
Triggered when the FCM token was updated. It returns the FCM token,
or it returns an empty string if the FCM token was updated with null value.
The event listener is called with an String instance.