ORKTappingIntervalResult Class Reference
Inherits from | ORKResult : NSObject |
---|---|
Declared in | ORKTappingIntervalResult.h |
The ORKTappingIntervalResult
class records the results of a tapping interval test.
The tapping interval result object records an array of touch samples (one for each tap) and also the geometry of the task at the time it was displayed. You can use the information in the object for reference in interpreting the touch samples.
A tapping interval sample is typically generated by the framework as the task proceeds. When the task completes, it may be appropriate to serialize it for transmission to a server, or to immediately perform analysis on it.
samples
An array of collected samples, in which each item is an ORKTappingSample
object that represents a
tapping event.
@property (nonatomic, copy, nullable) NSArray<ORKTappingSample*> *samples
Declared In
ORKTappingIntervalResult.h
stepViewSize
The size of the bounds of the step view containing the tap targets.
@property (nonatomic) CGSize stepViewSize
Declared In
ORKTappingIntervalResult.h
buttonRect1
The frame of the left button, in points, relative to the step view bounds.
@property (nonatomic) CGRect buttonRect1
Declared In
ORKTappingIntervalResult.h
buttonRect2
The frame of the right button, in points, relative to the step view bounds.
@property (nonatomic) CGRect buttonRect2
Declared In
ORKTappingIntervalResult.h