Package com.moengage.pushbase.model
Types
AddOnFeatures
Link copied to clipboard
class AddOnFeatures constructor(campaignTag: String, shouldIgnoreInbox: Boolean, pushToInbox: Boolean, isRichPush: Boolean, isPersistent: Boolean, shouldDismissOnClick: Boolean, autoDismissTime: Long, shouldShowMultipleNotification: Boolean, largeIconUrl: String, hasHtmlContent: Boolean)
Content copied to clipboard
Add-on features in push above basic features.
NotificationPayload
Link copied to clipboard
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
NotificationText
Link copied to clipboard
Text content for a push notification
PushService
Link copied to clipboard
Supported Push Services