BatchLandingMessage

A subclass of BatchMessage that represents a push landing message

Properties

Link copied to clipboard
Flag indication whether this landing message has been triggered from an inbox notification.
Link copied to clipboard
val KIND: String = "landing"
Link copied to clipboard
val MESSAGING_EXTRA_PAYLOAD_KEY: String = "com.batch.messaging.payload"
Key to retrieve the messaging payload (if applicable) from an extra

Functions

Link copied to clipboard
Link copied to clipboard
open fun getPushBundle(): Bundle
Link copied to clipboard
open fun writeToBundle(@NonNull bundle: Bundle)
Link copied to clipboard
open fun writeToIntent(@NonNull intent: Intent)