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 switchStatusDeclared In
ZRModel.h
weekRepeat
the repeats of sedentary ,to know more details to see @code weekRepeat methods。
@property (nonatomic, assign) NSUInteger weekRepeatDeclared In
ZRModel.h
startHour
the startTime of sedentary ,unit is hour .
@property (nonatomic, assign) NSUInteger startHourDeclared In
ZRModel.h
endHour
the endTime of sedentary ,unit is hour .
@property (nonatomic, assign) NSUInteger endHourDeclared 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 sedentaryDurationDeclared In
ZRModel.h
noDisturbing
Switch for ”No break during lunch break”
@property (nonatomic, assign) BOOL noDisturbingDeclared In
ZRModel.h