core
/
com.moengage.core.internal.model
/
InboxData
Inbox
Data
data class
InboxData
(id:
Long
, campaignId:
String
, isClicked:
Int
, tag:
String
, receivedTime:
Long
, expiry:
Long
, payload:
String
)
Content copied to clipboard
Author
Arshiya Khanum
Constructors
Properties
Constructors
InboxData
Link copied to clipboard
fun
InboxData
(id:
Long
, campaignId:
String
, isClicked:
Int
, tag:
String
, receivedTime:
Long
, expiry:
Long
, payload:
String
)
Content copied to clipboard
Properties
campaignId
Link copied to clipboard
val
campaignId
:
String
Content copied to clipboard
Unique identifier for the message.
expiry
Link copied to clipboard
val
expiry
:
Long
Content copied to clipboard
Time the message would expire.
id
Link copied to clipboard
val
id
:
Long
Content copied to clipboard
isClicked
Link copied to clipboard
var
isClicked
:
Int
Content copied to clipboard
True is the message has been clicked, else false.
payload
Link copied to clipboard
val
payload
:
String
Content copied to clipboard
Complete campaign payload.
receivedTime
Link copied to clipboard
val
receivedTime
:
Long
Content copied to clipboard
Time the message was received on the device.
tag
Link copied to clipboard
val
tag
:
String
Content copied to clipboard
Tag associated with the message, if nothing is defined general category is added.