Shared Preferences Factory
class SharedPreferencesFactory(context: Context, config: CoreConfiguration)
Content copied to clipboard
Responsible for creating a SharedPreferences instance which stores ACRA settings.
Retrieves the SharedPreferences instance where user adjustable settings for ACRA are stored. Default are the Application default SharedPreferences, but you can provide another SharedPreferences name with org.acra.annotation.AcraCore.sharedPreferencesName.
Constructors
Link copied to clipboard
fun SharedPreferencesFactory(context: Context, config: CoreConfiguration)
Content copied to clipboard