Class FirebaseCloudMessagingRequestParam


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

      • TO

        public static final String TO
        This parameter specifies the recipient of a message. The value can be a device's registration token, a device group's notification key, or a single topic.
        See Also:
        Constant Field Values
      • NOTIFICATION

        public static final String NOTIFICATION
        This parameter specifies the predefined, user-visible key-value pairs of the notification payload.
        See Also:
        Constant Field Values
      • TITLE

        public static final String TITLE
        The notification's title. This field is not visible on iOS phones and tablets.
        See Also:
        Constant Field Values
      • CLICK_ACTION

        public static final String CLICK_ACTION
        The action associated with a user click on the notification.
        See Also:
        Constant Field Values