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
/
BatchMessage
Batch
Message
abstract
class
BatchMessage
:
UserActionSource
Model representing a Batch Messaging message.
Inheritors
BatchLandingMessage
BatchInAppMessage
Members
Constructors
Batch
Message
Link copied to clipboard
constructor
(
)
Properties
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
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
)