EditorCompat
classEditorCompat
kotlin.Any | |
↳ | androidx.core.content.SharedPreferencesCompat.EditorCompat |
Summary
Public methods | |
---|---|
Unit | |
static SharedPreferencesCompat.EditorCompat! |
Public methods
apply
funapply(@NonNull : Editor): Unit
Deprecated: This compatibility method is no longer required. Use SharedPreferences.Editor#apply()
directly.
getInstance
static fungetInstance(): SharedPreferencesCompat.EditorCompat!
Deprecated: This compatibility class is no longer required. Use SharedPreferences.Editor
directly.