wipeOut

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

Wipe out all the data that fairmatic keeps locally on the device. When Fairmatic SDK is torn down, trip data that is locally persisted continues to remain persisted. The data will be uploaded when SDK setup is called at a later time. Wipeout should be used when the application wants to remove all traces of Fairmatic on the device. Data cannot be recovered after this call. NOTE: This call can be made when the SDK is not running. Call teardown to tear down a live SDK before making this call.**

Parameters

fairmaticOperationCallback
  • Called with the result of the operation.