Package 

Object Permutive.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit clearPersistentData(Context context, UUID workspaceId) Clears all persistent data.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.