Package io.jans.as.model.ciba
Class FirebaseCloudMessagingResponseParam
java.lang.Object
io.jans.as.model.ciba.FirebaseCloudMessagingResponseParam
- Version:
- August 20, 2019
- Author:
- Javier Rojas Blum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Number of messages that could not be processed.static final String
public static final String specifying a unique ID for each successfully processed message.static final String
Unique ID (number) identifying the multicast message.static final String
Array of objects representing the status of the messages processed.static final String
Number of messages that were processed without an error. -
Method Summary
-
Field Details
-
MULTICAST_ID
Unique ID (number) identifying the multicast message.- See Also:
-
SUCCESS
Number of messages that were processed without an error.- See Also:
-
FAILURE
Number of messages that could not be processed.- See Also:
-
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:
-
MESSAGE_ID
public static final String specifying a unique ID for each successfully processed message.- See Also:
-