Package org.robolectric.shadows
Class ShadowSharedPreferences.ShadowSharedPreferencesEditorImpl
java.lang.Object
org.robolectric.shadows.ShadowSharedPreferences.ShadowSharedPreferencesEditorImpl
- Enclosing class:
- ShadowSharedPreferences
@Implements(className="android.app.SharedPreferencesImpl$EditorImpl", minSdk=26, isInAndroidSdk=false) public static class ShadowSharedPreferences.ShadowSharedPreferencesEditorImpl extends Object
-
Constructor Summary
Constructors Constructor Description ShadowSharedPreferencesEditorImpl()
-
Method Summary
Modifier and Type Method Description protected void
apply()
-
Constructor Details
-
ShadowSharedPreferencesEditorImpl
public ShadowSharedPreferencesEditorImpl()
-
-
Method Details