public static final class

PushNotifications.Events

extends Object
java.lang.Object
   ↳ com.glia.androidsdk.fcm.PushNotifications.Events

Class Overview

Push notification events

Summary

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

Fields

public static final FcmMessageEvent FCM_MESSAGE

Triggered when the new Firebase cloud message was received.
The event listener is called with an GliaPushMessage instance.

public static final FcmTokenEvent FCM_TOKEN

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.

Public Constructors

public Events ()