-
- All Implemented Interfaces:
public class Permutive.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Permutive.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitclearPersistentData(Context context, UUID workspaceId)Clears all persistent data. -
-
Method Detail
-
clearPersistentData
@WorkerThread() final Unit clearPersistentData(Context context, UUID workspaceId)
Clears all persistent data. This should be called when no instance of the SDK is running. This is a synchronous method, and should not be called on the main thread, as it performs IO operations.
-
-
-
-