@iterable/react-native-sdk - v2.0.3
    Preparing search index...

    Class IterableAction

    IterableAction represents an action defined as a response to user events.

    It is currently used in push notification actions (open push & action buttons).

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates an instance of IterableAction.

      Parameters

      • type: string

        The type of the action.

      • Optionaldata: string

        Optional data associated with the action.

      • OptionaluserInput: string

        Optional user input related to the action.

      Returns IterableAction

    Properties

    data?: string

    Determines the action. EG: "open_url", "open_in_app", "deep_link", "join" etc.

    type: string

    The type of iterable action.

    userInput?: string

    Additional info related to the action.

    Methods