BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Droid.Interfaces.Wrappers.Types.ISharedPreferencesEditorWrapper Interface Reference

Wrapper for native Android SharedPreferences.Editor interface. More...

Public Member Functions

void Apply ()
 
ISharedPreferencesEditorWrapper Clear ()
 
bool Commit ()
 
ISharedPreferencesEditorWrapper Remove (string key)
 
ISharedPreferencesEditorWrapper PutInt (string key, int value)
 
ISharedPreferencesEditorWrapper PutLong (string key, long value)
 
ISharedPreferencesEditorWrapper PutFloat (string key, float value)
 
ISharedPreferencesEditorWrapper PutBoolean (string key, bool value)
 
ISharedPreferencesEditorWrapper PutString (string key, string value)
 
ISharedPreferencesEditorWrapper PutStringSet (string key, ICollection< string > values)
 

Detailed Description

Wrapper for native Android SharedPreferences.Editor interface.

For full documentation go to Developer Android page.