| ApplicationScope |
Representation of one configured SDK instance.
|
| DefaultSdkOptions |
This class is the default implementation of SdkOptions
|
| DefaultZendeskUnauthorizedInterceptor |
This is the default 401 error Interceptor that will be used when configuring a okhttp3.OkHttpClient
Created by Zendesk on 21/03/2016.
|
| DeviceInfo |
Provides meta information about the device
|
| StubArticleVoteStorage |
|
| StubPushRegistrationResponseStorage |
|
| ZendeskDateTypeAdapter |
A somewhat UTC-or-GTFO type adapter.
|
| ZendeskPicassoProvider |
This will be an instance of picasso that we can use for downloading attachments from our servers.
|
| ZendeskRequestInterceptor |
This request interceptor will add headers to all requests that are made through the means
of a retrofit2.Retrofit
Adds a User-Agent header to requests
Adds an Accept header with value application/json to all requests
Adds a Client-Identifier header to requests if it is available
|