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.
|
RestAdapterInjector |
Glue code for instantiating Retrofit
|
RestAdapterModule |
Module for holding an instances of a Retrofit ,
configured for the recent ApplicationScope
|
StubPushRegistrationResponseStorage |
|
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
|