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