Package io.jans.as.model.ciba
Class FirebaseCloudMessagingRequestParam
java.lang.Object
io.jans.as.model.ciba.FirebaseCloudMessagingRequestParam
- Version:
- August 20, 2019
- Author:
- Javier Rojas Blum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The notification's body text.static final String
The action associated with a user click on the notification.static final String
This parameter specifies the predefined, user-visible key-value pairs of the notification payload.static final String
The notification's title.static final String
This parameter specifies the recipient of a message. -
Method Summary
-
Field Details
-
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
This parameter specifies the predefined, user-visible key-value pairs of the notification payload.- See Also:
-
TITLE
The notification's title. This field is not visible on iOS phones and tablets.- See Also:
-
BODY
The notification's body text.- See Also:
-
CLICK_ACTION
The action associated with a user click on the notification.- See Also:
-