Package 

Class FRUserKeys

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<UserKey> loadAll() Load all the UserKey which created with DeviceBindingCallback
      final Unit delete(UserKey userKey, Boolean forceDelete) Delete user key from local storage and also remotely from Server.
      final Unit delete(UserKey userKey, Boolean forceDelete, FRListener<Void> listener) Delete user key from local storage and also remotely from Server.
      • Methods inherited from class java.lang.Object

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

      • delete

         final Unit delete(UserKey userKey, Boolean forceDelete)

        Delete user key from local storage and also remotely from Server. By default, if failed to delete from server, local storage will not be deleted, by providing forceDelete to true, it will also delete local keys if server call is failed.

        Parameters:
        userKey - The UserKey to be deleted
        forceDelete - Default to false, true will delete local keys even server key removal is failed.
      • delete

         final Unit delete(UserKey userKey, Boolean forceDelete, FRListener<Void> listener)

        Delete user key from local storage and also remotely from Server. By default, if failed to delete from server, local storage will not be deleted, by providing forceDelete to true, it will also delete local keys if server call is failed.

        Parameters:
        userKey - The UserKey to be deleted
        forceDelete - Default to false, true will delete local keys even server key removal is failed.
        listener - Listener to listen for result