ORKSampleJSONOptions Constants Reference

Declared in HKSample+ORKJSONDictionary.h

ORKSampleJSONOptions

Definition

typedef NS_OPTIONS(NSInteger, ORKSampleJSONOptions ) {
   ORKSampleIncludeMetadata = 0 x1,
   ORKSampleIncludeSource = 0 x2,
   ORKSampleIncludeUUID = 0 x4,
};

Constants

ORKSampleIncludeMetadata

Declared In HKSample+ORKJSONDictionary.h.

ORKSampleIncludeSource

Declared In HKSample+ORKJSONDictionary.h.

ORKSampleIncludeUUID

Declared In HKSample+ORKJSONDictionary.h.