public static interface ClientProtocolDefinition.SendFcmRegistrationToken extends ClientProtocolDefinition.OutboundMessage
Modifier and Type | Field and Description |
---|---|
static int |
MESSAGE_ID
The unique id of the message.
|
static String |
SENDER_ID
The sender ID which was used to create the FCM token.
|
static String |
TOKEN
The registration token returned from the FCM.
|
static final int MESSAGE_ID
static final String SENDER_ID
static final String TOKEN