| AccessProvider |
A Provider which is used to download and store access tokens.
|
| AccessService |
Defines the API calls for obtaining access tokens which will be used to access resources in a
Zendesk instance.
|
| BaseProvider |
|
| Constants |
Constants required for network operations
|
| HelpCenterProvider |
A provider which will offer a higher level of abstraction compared to the HelpCenterService.
|
| HelpCenterService |
Defines the operations that can be carried out on Help Center.
|
| NetworkAware |
Interface to indicate that an implementer is aware of changes to network state
|
| NetworkInfoProvider |
A provider which will provide information about network connectivity.
|
| PushRegistrationProvider |
A provider which will offer a higher level of abstraction compared to the PushRegistrationService
You can create an instance of PushRegistrationProvider like this:
|
| PushRegistrationService |
Defines the operations that can be carried out on the Zendesk mobile SDK push notification
|
| RequestLoadingListener |
This interface allows you to subscribe to the events that occur in the
lifecycle of displaying the list of Request in the
RequestListFragment
|
| RequestProvider |
A provider which will offer a higher level of abstraction compared to the RequestService
You can create an instance of RequestProvider like this:
|
| RequestService |
Defines the operations that can be carried out on Requests.
|
| Retryable |
Indicates that a particular UI component is able to retry an operation.
|
| RetryAction |
RetryAction specifies behavior of things that can be retried
|
| SdkOptions |
Defines behaviour for controlling optional behaviour of the SDK.
|
| SdkOptions.ServiceOptions |
Defines behaviour for controlling network services that the SDK uses.
|
| SdkSettingsProvider |
A provider which will offer a higher level of abstraction compared to the SdkSettingsService
This provider is used internally by the SDK and does not need to be called explicitly.
|
| SdkSettingsService |
Defines the operations that can be carried out on the Zendesk mobile SDK settings APIs.
|
| SettingsHelper |
Helper for loading sdk settings.
|
| SubmissionListener |
This interface allows you to subscribe to the lifecycle events that take place during
the submission of a resource like Comments or Requests
|
| UploadProvider |
A provider which will offer a higher level of abstraction compared to the UploadService
You can create an instance of UploadProvider like this:
|
| UploadService |
Defines the operations that can be carried out on Uploads.
|
| UserProvider |
Setting tags and fields on a user are features.
|
| UserService |
Defines the operations that can be carried out on the User.
|
| ZendeskTracker |
Defines some operations which can be used for tracking or analytics purposes.
|