Batch Push Payload
Convenience object to retrieve standardized Batch data out of a Batch Push intent. This class does not have a public constructor. You must use payloadFromBundle or payloadFromReceiverIntent
Functions
Link copied to clipboard
Get the actions associated with this push, if any.
Link copied to clipboard
Get the big picture url contained in this push.
Link copied to clipboard
Get the desired notification channel.
Link copied to clipboard
Get the custom large icon url contained in this push.
Link copied to clipboard
Get the deeplink url contained in this push.
Link copied to clipboard
Returns the landing message that's in this payload if there is one.
Link copied to clipboard
Get the raw push bundle
Link copied to clipboard
Does this push contains a big picture
Link copied to clipboard
Does this push contains a custom large icon
Link copied to clipboard
Does this push contains a deeplink
Link copied to clipboard
Whether the payload contains a landing message or not
Link copied to clipboard
Get the notification group name.
Link copied to clipboard
Attempt to extract the Batch Push data contained within the specified Bundle.
Link copied to clipboard
Attempt to extract the Batch Push data contained within the specified Firebase RemoteMessage.
Link copied to clipboard
Attempt to extract the Batch Push data contained within the specified Intent extras.
Link copied to clipboard
Attempt to extract the Batch Push data contained within the specified Intent.
Link copied to clipboard
Serialize this instance into a Bundle.
Link copied to clipboard
Serialize this instance into an Intent.