Class FirebaseCloudMessagingRequestParam

java.lang.Object
io.jans.as.model.ciba.FirebaseCloudMessagingRequestParam

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

    • 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:
    • NOTIFICATION

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

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

      public static final String BODY
      The notification's body text.
      See Also:
    • CLICK_ACTION

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