Package-level declarations
Types
Link copied to clipboard
class AddOnFeatures(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, val groupKey: String?, val notificationId: String?)
Add-on features in push above basic features.
Link copied to clipboard
Link copied to clipboard
class NotificationPayload(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, val campaignAttributes: CampaignAttributes, val animatedImgUrl: String?)
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