IAction

interface IAction

Represents an executable action triggered by user interaction with a Braze message (push notification, in-app message, Content Card, etc.).

Inheritors

Properties

Link copied to clipboard
abstract val channel: Channel

The Channel from which this action originated.

Functions

Link copied to clipboard
abstract fun execute(context: Context)

Executes this action.