Builder object for constructing RemoteMessage
instances.
| RemoteMessage.Builder | |
| RemoteMessage |
build()
Build a RemoteMessage instance.
|
| RemoteMessage.Builder |
clearData()
Clears the message data.
|
| RemoteMessage.Builder | |
| RemoteMessage.Builder | |
| RemoteMessage.Builder | |
| RemoteMessage.Builder | |
| RemoteMessage.Builder |
setTtl(int ttl)
Sets the message time to live in seconds.
|
Sets the destination of the message.
| to | The destination of the message in the format of
SENDER_ID@gcm.googleapis.com. The SENDER_ID should be the
FirebaseApp gcm sender id. |
|---|
Adds a data key value pair to the message.
An existing value with the same key will be replaced by the new value.
Build a RemoteMessage instance.
Clears the message data.
Sets the collapse key of the message.
A pending message will be replaced by a new message with the same collapse key if it is currently unable to be delivered to the recipient.
Sets the message data to the contents of data.
Any existing data will be removed.
Sets the messages ID.
| messageId | ID of the message. This is generated by the application. It must be unique for each message. This allows error callbacks and debugging. |
|---|
Sets the type of message.
Sets the message time to live in seconds.
If 0, the message send will be attempted immediately and will be dropped if the device is not connected. Otherwise, the message will be queued.