UAActionRegistryEntry Class Reference
Inherits from | NSObject |
Declared in | UAActionRegistryEntry.h |
Tasks
-
action
property -
predicate
property -
names
property -
– actionForSituation:
-
+ entryForAction:predicate:
Properties
action
The entry’s action.
@property (nonatomic, strong) UAAction *action
Declared In
UAActionRegistryEntry.h
Instance Methods
actionForSituation:
- (UAAction *)actionForSituation:(UASituation)situation
Parameters
- situation
The specified UASituation enum value
Return Value
UAAction for the situation.
Declared In
UAActionRegistryEntry.h