Package 

Class UserRepository

  • All Implemented Interfaces:

    @Singleton() 
    public final class UserRepository
    
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      UserRepository(SharedPreferences sharedPreferences)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getUserId() User ID
      final Unit setUserId(String userId) User ID
      final String getUserIdType() Type of user ID
      final SharedPreferences getSharedPreferences()
      final String resetUserId() Reset the user ID This only works if the user ID is a UUID stored on the device.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait