Class FirebaseCloudMessagingRequestParam


  • public class FirebaseCloudMessagingRequestParam
    extends java.lang.Object
    Version:
    August 20, 2019
    Author:
    Javier Rojas Blum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BODY
      The notification's body text.
      static java.lang.String CLICK_ACTION
      The action associated with a user click on the notification.
      static java.lang.String NOTIFICATION
      This parameter specifies the predefined, user-visible key-value pairs of the notification payload.
      static java.lang.String TITLE
      The notification's title.
      static java.lang.String TO
      This parameter specifies the recipient of a message.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TO

        public static final java.lang.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 java.lang.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 java.lang.String TITLE
        The notification's title. This field is not visible on iOS phones and tablets.
        See Also:
        Constant Field Values
      • BODY

        public static final java.lang.String BODY
        The notification's body text.
        See Also:
        Constant Field Values
      • CLICK_ACTION

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