Creates an instance of IterableAction.
The type of the action.
Optional
data: stringOptional data associated with the action.
Optional
userInput: stringOptional user input related to the action.
Optional
dataDetermines the action. EG: "open_url", "open_in_app", "deep_link", "join" etc.
The type of iterable action.
Optional
userAdditional info related to the action.
Static
fromCreates an instance of IterableAction
from a dictionary object.
The dictionary object containing the properties to initialize the IterableAction
instance.
A new instance of IterableAction
initialized with the provided dictionary properties.
IterableAction represents an action defined as a response to user events.
It is currently used in push notification actions (open push & action buttons).