BatchNotificationAction

Represents a Notification Action button

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var actionArguments: JSONObject
Action
Link copied to clipboard
Action identifier.
Link copied to clipboard
CTA Drawable name.
Link copied to clipboard
Does this action imply showing any UI or will it act in the background?
Link copied to clipboard
open var label: String
CTA label text
Link copied to clipboard
Should a tap on this action dismiss its notification?

Functions

Link copied to clipboard
Converts BatchNotificationAction instances to NotificationCompat.Action, allowing you to add actions to a Notification the same way the SDK internally does it, taking care of all the boilerplate.