Batch Android SDK
Toggle table of contents
3.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Batch Android SDK
Batch Android SDK
/
com.batch.android
/
BatchLandingMessage
Batch
Landing
Message
open
class
BatchLandingMessage
:
BatchMessage
,
PushUserActionSource
A subclass of BatchMessage that represents a push landing message
Members
Properties
is
Displayed
From
Inbox
Link copied to clipboard
open
val
isDisplayedFromInbox
:
Boolean
Flag indication whether this landing message has been triggered from an inbox notification.
KIND
Link copied to clipboard
val
KIND
:
String
=
"landing"
MESSAGING_
EXTRA_
PAYLOAD_
KEY
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
get
Message
For
Bundle
Link copied to clipboard
open
fun
getMessageForBundle
(
@
NonNull
bundle
:
Bundle
)
:
BatchMessage
get
Push
Bundle
Link copied to clipboard
open
fun
getPushBundle
(
)
:
Bundle
write
To
Bundle
Link copied to clipboard
open
fun
writeToBundle
(
@
NonNull
bundle
:
Bundle
)
write
To
Intent
Link copied to clipboard
open
fun
writeToIntent
(
@
NonNull
intent
:
Intent
)