NotificationPayload
class NotificationPayload constructor(notificationType: String, campaignId: String, text: NotificationText, imageUrl: String?, channelId: String, inboxExpiry: Long, actionButtons: List<ActionButton>, addOnFeatures: AddOnFeatures, payload: Bundle)
Content copied to clipboard
Notification payload
Author
Umang Chamaria
Constructors
NotificationPayload
Link copied to clipboard
fun NotificationPayload(notificationType: String, campaignId: String, text: NotificationText, imageUrl: String?, channelId: String, inboxExpiry: Long, actionButtons: List<ActionButton>, addOnFeatures: AddOnFeatures, payload: Bundle)
Content copied to clipboard
Functions
Properties
actionButtons
Link copied to clipboard
addOnFeatures
Link copied to clipboard
campaignId
Link copied to clipboard
inboxExpiry
Link copied to clipboard
notificationType
Link copied to clipboard
text
Link copied to clipboard