Shared Preferences Storage
class SharedPreferencesStorage(context: ERROR CLASS: Symbol not found for Context, fileName: String = "_fusionauth_mobile_sdk") : Storage
SharedPreferencesStorage is a class that implements the Storage interface and provides a storage mechanism using SharedPreferences.
Parameters
context
The context used to access the application's SharedPreferences.
file Name
The name of the SharedPreferences file. Default value is "_fusionauth_mobile_sdk".
Constructors
Link copied to clipboard
constructor(context: ERROR CLASS: Symbol not found for Context, fileName: String = "_fusionauth_mobile_sdk")