Package com.zendesk.sdk.storage
Interface StorageStore
-
public interface StorageStore
Interface used to expose storage throughZendeskConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description HelpCenterSessionCache
helpCenterSessionCache()
Return an implementation ofHelpCenterSessionCache
IdentityStorage
identityStorage()
Return an implementation ofIdentityStorage
PushRegistrationResponseStorage
pushStorage()
Return an implementation ofPushRegistrationResponseStorage
.RequestStorage
requestStorage()
Return an implementation ofRequestStorage
SdkSettingsStorage
sdkSettingsStorage()
Return an implementation ofSdkSettingsStorage
SdkStorage
sdkStorage()
Return an implementation ofSdkStorage
-
-
-
Method Detail
-
sdkStorage
SdkStorage sdkStorage()
Return an implementation ofSdkStorage
- Returns:
- an instance of
SdkStorage
-
identityStorage
IdentityStorage identityStorage()
Return an implementation ofIdentityStorage
- Returns:
- an instance of
IdentityStorage
-
requestStorage
RequestStorage requestStorage()
Return an implementation ofRequestStorage
- Returns:
- an instance of
RequestStorage
-
sdkSettingsStorage
SdkSettingsStorage sdkSettingsStorage()
Return an implementation ofSdkSettingsStorage
- Returns:
- an instance of
SdkSettingsStorage
-
helpCenterSessionCache
HelpCenterSessionCache helpCenterSessionCache()
Return an implementation ofHelpCenterSessionCache
- Returns:
- an instance of
HelpCenterSessionCache
-
pushStorage
PushRegistrationResponseStorage pushStorage()
Return an implementation ofPushRegistrationResponseStorage
. This is used internally by the Zendesk SDK to prevent duplicate registration calls.- Returns:
- an instance of
PushRegistrationResponseStorage
-
-