set Fairmatic Drive Detection Mode
Use this method to change the com.fairmatic.sdk.classes.FairmaticDriveDetectionMode after SDK is already setup. Applications which do not want the SDK to continuously track drives in background should set this value to AUTO_OFF. With this, the application needs to call startDrive method to record drives. In case the application wants to enable auto drive detection only for a fixed duration (like when the driver is on-duty), use this method to change the mode to AUTO_ON for that period and set it back to AUTO_OFF (once the driver goes off-duty). Once setup finishes, the com.fairmatic.sdk.classes.FairmaticOperationCallback is called (if provided) with the result of the setup operation. Callback will be made on calling thread if it's Looper is already prepared, else the callback is made on the Main Thread.
Parameters
The new drive detection mode. If this is the same as the current FairmaticDriveDetectionMode, then this call is a no-op.
called with the result of the operation when completed. In case of any error encountered, the result contains the relevant error details.