BuiltInUserInputAction class
Action that is implemented and performed in (your) third-party application.
The application needs to show an additional content and input form to the merchant. They can start the action only when they provided all required inputs. The application will request processing of the action by calling the triggeraction method.
Constructors
-
BuiltInUserInputAction({String? actionContext, List<
ActionFlow> ? flows}) - BuiltInUserInputAction.fromJson(Map json_)
Properties
- actionContext ↔ String?
-
Internal details.
getter/setter pair
-
flows
↔ List<
ActionFlow> ? -
Actions may provide multiple different flows.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited