FairmaticDriveDetectionMode

Dictates the functioning of Fairmatic's drive detection.

Entries

Link copied to clipboard

Fairmatic SDK will automatically detect and track drives in background in this mode once the SDK is setup. At the same time, the application can manually start recording a drive.

Link copied to clipboard

Fairmatic SDK will not automatically detect and track drives in background in this mode once the SDK is setup. All other APIs on Fairmatic can be invoked independent of this mode. For recording trips in this mode, the application has to explicitly start manual drives.

Link copied to clipboard

In this mode drive detection is controlled by period APIs present in com.fairmatic.sdk.Fairmatic. Only FairmaticInsurance APIs should be used in this mode to control Fairmatic SDK behavior. This is the Default mode.

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.