ORKTouchRecorderConfiguration Class Reference

Inherits from ORKRecorderConfiguration : NSObject
Declared in ORKRecorder_Private.h
ORKTouchRecorder.m

Overview

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

– recorderForStep:outputDirectory:

Returns a recorder instance using this configuration.

- (ORKRecorder *)recorderForStep:(ORKStep *)step outputDirectory:(NSURL *)outputDirectory

Parameters

step

The step for which this recorder is being created.

outputDirectory

The directory in which all output file data should be written (if producing ORKFileResult instances).

Return Value

A configured recorder instance.

Declared In

ORKRecorder.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