ORKTappingButtonIdentifier Constants Reference

Declared in ORKTappingIntervalResult.h

ORKTappingButtonIdentifier

Values that identify the button that was tapped in a tapping sample.

Definition

typedef NS_ENUM(NSInteger, ORKTappingButtonIdentifier ) {
   ORKTappingButtonIdentifierNone,
   ORKTappingButtonIdentifierLeft,
   ORKTappingButtonIdentifierRight,
};

Constants

ORKTappingButtonIdentifierNone

The touch landed outside of the two buttons.

Declared In ORKTappingIntervalResult.h.

ORKTappingButtonIdentifierLeft

The touch landed in the left button.

Declared In ORKTappingIntervalResult.h.

ORKTappingButtonIdentifierRight

The touch landed in the right button.

Declared In ORKTappingIntervalResult.h.

Declared In

ORKTappingIntervalResult.h