Package io.jans.as.model.ciba
Class FirebaseCloudMessagingResponseParam
- java.lang.Object
-
- io.jans.as.model.ciba.FirebaseCloudMessagingResponseParam
-
public class FirebaseCloudMessagingResponseParam extends java.lang.Object
- Version:
- August 20, 2019
- Author:
- Javier Rojas Blum
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FAILURE
Number of messages that could not be processed.static java.lang.String
MESSAGE_ID
public static final String specifying a unique ID for each successfully processed message.static java.lang.String
MULTICAST_ID
Unique ID (number) identifying the multicast message.static java.lang.String
RESULTS
Array of objects representing the status of the messages processed.static java.lang.String
SUCCESS
Number of messages that were processed without an error.
-
-
-
Field Detail
-
MULTICAST_ID
public static final java.lang.String MULTICAST_ID
Unique ID (number) identifying the multicast message.- See Also:
- Constant Field Values
-
SUCCESS
public static final java.lang.String SUCCESS
Number of messages that were processed without an error.- See Also:
- Constant Field Values
-
FAILURE
public static final java.lang.String FAILURE
Number of messages that could not be processed.- See Also:
- Constant Field Values
-
RESULTS
public static final java.lang.String RESULTS
Array of objects representing the status of the messages processed. The objects are listed in the same order as the request (i.e., for each registration ID in the request, its result is listed in the same index in the response).- See Also:
- Constant Field Values
-
MESSAGE_ID
public static final java.lang.String MESSAGE_ID
public static final String specifying a unique ID for each successfully processed message.- See Also:
- Constant Field Values
-
-