Class FirebaseCloudMessagingResponseParam


  • public class FirebaseCloudMessagingResponseParam
    extends Object
    Version:
    August 20, 2019
    Author:
    Javier Rojas Blum
    • Field Detail

      • MULTICAST_ID

        public static final String MULTICAST_ID
        Unique ID (number) identifying the multicast message.
        See Also:
        Constant Field Values
      • RESULTS

        public static final 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 String MESSAGE_ID
        public static final String specifying a unique ID for each successfully processed message.
        See Also:
        Constant Field Values