UAActionArguments Class Reference
Inherits from | NSObject |
Declared in | UAActionArguments.h |
Tasks
-
+ argumentsWithValue:withSituation:
-
+ argumentsWithValue:withSituation:metadata:
-
situation
property -
value
property -
metadata
property
Properties
metadata
The argument’s metadata. Metadata provides more information about the environment that the action was triggered from.
@property (nonatomic, copy, readonly, nullable) NSDictionary *metadata
Declared In
UAActionArguments.h
Class Methods
argumentsWithValue:withSituation:
UAActionArguments factory method.
+ (instancetype)argumentsWithValue:(nullable id)value withSituation:(UASituation)situation
Declared In
UAActionArguments.h
argumentsWithValue:withSituation:metadata:
UAActionArguments factory method.
+ (instancetype)argumentsWithValue:(nullable id)value withSituation:(UASituation)situation metadata:(nullable NSDictionary *)metadata
Parameters
- value
The value associated with the arguments.
- situation
The situation of the action.
- metadata
for the action - e.g. webview, payload, etc.
Declared In
UAActionArguments.h