ActionHandlingMethod

Used to configure the method used to handle actions.

Entries

Link copied to clipboard

The action will be handled in a native way (e.g. using a SDK). If there is no way to handle the action natively, then a fallback method will be used (e.g. a web flow).

Link copied to clipboard

The action will be handled with a web flow. If there is no way to handle the action with a web flow, then native method will be used.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.