stopManualDrive

fun stopManualDrive(context: Context, fairmaticOperationCallback: FairmaticOperationCallback?)

Stop the currently active manually started drive. The startDrive and stopManualDrive calls are not counted. i.e stopManualDrive will stop a manually started drive irrespective of how many times startDrive is called.

This call has no effect on an automatically detected drive that may be in progress.

Callback will be made on calling thread if it's Looper is already prepared, else the callback is made on the Main Thread.

Parameters

fairmaticOperationCallback
  • called with the result of the operation when completed