Package com.zendesk.sdk.storage
Interface SdkStorage.UserStorage
-
- All Known Subinterfaces:
- IdentityStorage, PushRegistrationResponseStorage, RequestStorage
- All Known Implementing Classes:
- RateMyAppStorage, StubPushRegistrationResponseStorage
- Enclosing interface:
- SdkStorage
public static interface SdkStorage.UserStorage
Defines behaviour for SDK storage of user data
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
clearUserData()
This method will be called when user data must be clearedjava.lang.String
getCacheKey()
Gets the cache key for the user storage.
-