UsersPreferencesListCache

interface UsersPreferencesListCache : IAppPreferences

Lists service shared preference for module

Author

Vitaliy Zarubin

Types

KEYS
Link copied to clipboard
enum KEYS : Enum<UsersPreferencesListCache.KEYS>

We put the keys in enum

Functions

clearCacheAfterLogout
Link copied to clipboard
open override fun clearCacheAfterLogout()

Performed when the user logs out

Properties

lastUpdateListUsers
Link copied to clipboard
open var lastUpdateListUsers: Long

Saving list update data

p
Link copied to clipboard
abstract override val p: SharedPreferences

Store private, primitive data in key-value pairs SharedPreferences

Inheritors

UsersPreferences
Link copied to clipboard