Package 

Class SharedPreferencesStorage

    • Method Summary

      Modifier and Type Method Description
      T get() Gets the value stored in SharedPreference.
      void put(T data) Set the value of the storage key and save it to sharedPreference.
      • Methods inherited from class java.lang.Object

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

      • get

         T get()

        Gets the value stored in SharedPreference.

      • put

         void put(T data)

        Set the value of the storage key and save it to sharedPreference.

        Parameters:
        data - value.