ขยาย: | TokenCachingStrategy |
แพ็คเกจ: | facebook |
SharedPreferencesTokenCachingStrategy(Context)
Creates a default SharedPreferencesTokenCachingStrategy instance that provides access to a single set of token information.
public SharedPreferencesTokenCachingStrategy(Context context)
พารามิเตอร์ | คำอธิบาย |
---|---|
context | The Context object to use to get the SharedPreferences object. |
SharedPreferencesTokenCachingStrategy(Context, String)
Creates a SharedPreferencesTokenCachingStrategy instance that is distinct for the passed in cacheKey.
public SharedPreferencesTokenCachingStrategy(Context context, String cacheKey)
พารามิเตอร์ | คำอธิบาย |
---|---|
context | The Context object to use to get the SharedPreferences object. |
cacheKey | Identifies a distinct set of token information. |