ORKTouchRecorderConfiguration Class Reference
Inherits from | ORKRecorderConfiguration : NSObject |
---|---|
Declared in | ORKRecorder_Private.h |
The ORKTouchRecorderConfiguration
is a recorder configuration class for
generating an ORKTouchRecorder
.
It is currently considered private, and is not used in any of the active tasks.
– initWithIdentifier:
Returns an initialized touch recorder configuration.
- (instancetype)initWithIdentifier:(NSString *)identifier
Parameters
identifier |
The unique identifier of the recorder configuration. |
---|
Return Value
An initialized touch recorder configuration.
Discussion
This method is the designated initializer.
Declared In
ORKRecorder_Private.h
– initWithCoder:
Returns a new touch recorder configuration initialized from data in the given unarchiver.
- (instancetype)initWithCoder:(NSCoder *)aDecoder
Parameters
aDecoder |
Coder from which to initialize the touch recorder configuration. |
---|
Return Value
A new touch recorder configuration.
Declared In
ORKRecorder_Private.h