Package io.jans.as.model.ciba
Interface FirebaseCloudMessagingRequestParam
-
public interface FirebaseCloudMessagingRequestParam
- 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.
-
-
-
Field Detail
-
TO
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
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
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
static final java.lang.String BODY
The notification's body text.- See Also:
- Constant Field Values
-
CLICK_ACTION
static final java.lang.String CLICK_ACTION
The action associated with a user click on the notification.- See Also:
- Constant Field Values
-
-