Package-level declarations
Types
Link copied to clipboard
class AddOnFeatures constructor(val campaignTag: String, val shouldIgnoreInbox: Boolean, val pushToInbox: Boolean, val isRichPush: Boolean, val isPersistent: Boolean, val shouldDismissOnClick: Boolean, val autoDismissTime: Long, val shouldShowMultipleNotification: Boolean, val largeIconUrl: String, val hasHtmlContent: Boolean)
Add-on features in push above basic features.
Link copied to clipboard
class NotificationPayload constructor(val notificationType: String, val campaignId: String, val text: NotificationText, val imageUrl: String?, var channelId: String, val inboxExpiry: Long, val actionButtons: List<ActionButton>, val addOnFeatures: AddOnFeatures, val payload: Bundle)
Notification payload
Link copied to clipboard
Text content for a push notification
Link copied to clipboard
Supported Push Services
Link copied to clipboard
Interface definition for token registration result