@ua/react-native-airship
    Preparing search index...

    Class AirshipActions

    Airship actions.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Runs an Airship action.

      Parameters

      • actionName: string

        The name of the action.

      • OptionalactionValue: JsonValue

        The action's value.

      Returns Promise<JsonValue | undefined>

      A promise that returns the action result if the action successfully runs, or the Error if the action was unable to be run.