ZRSedentary Class Reference

Inherits from ZRModel : NSObject
Conforms to NSCoding
NSCopying
Declared in ZRModel.h

  switchStatus

the state of reminder switch, default is NO ,means off.

@property (nonatomic, assign) BOOL switchStatus

Declared In

ZRModel.h

  weekRepeat

the repeats of sedentary ,to know more details to see @code weekRepeat methods。

@property (nonatomic, assign) NSUInteger weekRepeat

Declared In

ZRModel.h

  startHour

the startTime of sedentary ,unit is hour .

@property (nonatomic, assign) NSUInteger startHour

Declared In

ZRModel.h

  endHour

the endTime of sedentary ,unit is hour .

@property (nonatomic, assign) NSUInteger endHour

Declared In

ZRModel.h

  sedentaryDuration

the monitor duration ,unit is minute . your may demanded set a num is multiple of 5. default duration is 60 minutes and threshold is 50 steps if you set both zero. Special device support

@property (nonatomic, assign) NSUInteger sedentaryDuration

Declared In

ZRModel.h

  noDisturbing

Switch for ”No break during lunch break”

@property (nonatomic, assign) BOOL noDisturbing

Declared In

ZRModel.h