AddOnFeatures

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.

Since

12.0.00

Constructors

Link copied to clipboard
constructor(campaignTag: String, shouldIgnoreInbox: Boolean, pushToInbox: Boolean, isRichPush: Boolean, isPersistent: Boolean, shouldDismissOnClick: Boolean, autoDismissTime: Long, shouldShowMultipleNotification: Boolean, largeIconUrl: String, hasHtmlContent: Boolean)

Properties

Link copied to clipboard

Time at which the notification should be cleared if not done already.

Link copied to clipboard

Tag for the specific campaign.

Link copied to clipboard
Link copied to clipboard

If true notification will not be cleared on swiping.

Link copied to clipboard

If true payload has push template.

Link copied to clipboard

Notification large icon url

Link copied to clipboard

If true notification is pushed to inbox only and not shown in the drawer.

Link copied to clipboard

If true notification is dismissed on click.

Link copied to clipboard

If true do not write to inbox.

Link copied to clipboard

If true, the incoming notification does not override the existing notification(if any).

Functions

Link copied to clipboard
open override fun toString(): String