SYDriversLogSettings Class Reference

Settings for trip logger. More...

#import <SYDriversBehaviorLog.h>

Inheritance diagram for SYDriversLogSettings:
Collaboration diagram for SYDriversLogSettings:

Properties

BOOL tripAutoStart
 Returns true if trip logger automatically starts trips. If set to false user has to start trips manually by calling startTrip on SYDriversBehaviorLog. More...
 
BOOL tripAutoEnd
 Returns true if trip logger automatically ends trips. If set to false user has to end trips manually by calling endTrip on SYDriversBehaviorLog. More...
 

Detailed Description

Settings for trip logger.

Property Documentation

◆ tripAutoEnd

- (BOOL) tripAutoEnd
readwritenonatomicassign

Returns true if trip logger automatically ends trips. If set to false user has to end trips manually by calling endTrip on SYDriversBehaviorLog.

◆ tripAutoStart

- (BOOL) tripAutoStart
readwritenonatomicassign

Returns true if trip logger automatically starts trips. If set to false user has to start trips manually by calling startTrip on SYDriversBehaviorLog.


The documentation for this class was generated from the following file: