public abstract class SharedPreferencesCompat extends Object
Modifier and Type | Method and Description |
---|---|
static void |
apply(android.content.SharedPreferences.Editor editor) |
static Set<String> |
getStringSet(android.content.SharedPreferences preferences,
String key,
Set<String> defValues) |
static <T> T |
invoke(Method method,
Object obj,
Object... args) |
static void |
putStringSet(android.content.SharedPreferences.Editor editor,
String key,
Set<String> values) |
public static void apply(android.content.SharedPreferences.Editor editor)
public static Set<String> getStringSet(android.content.SharedPreferences preferences, String key, Set<String> defValues)
public static void putStringSet(android.content.SharedPreferences.Editor editor, String key, Set<String> values)
public static <T> T invoke(Method method, Object obj, Object... args) throws NoSuchMethodException
NoSuchMethodException
Copyright © 2010-2015. All Rights Reserved.