Skip navigation links
A B C D E F G H I J M N O P R S T U V W X 

V

valueOf(String) - Static method in enum uk.co.sevendigital.android.sdk.api.request.login.SDILoginUserRequest.ResultCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum uk.co.sevendigital.android.sdk.api.request.login.SDILoginUserRequest.ResultCode
Returns an array containing the constants of this enum type, in the order they are declared.
VolleyUtil - Class in uk.co.sevendigital.android.sdk.util
 
VolleyUtil() - Constructor for class uk.co.sevendigital.android.sdk.util.VolleyUtil
 
VolleyUtil.BitmapLruCache - Class in uk.co.sevendigital.android.sdk.util
The VolleyUtil.BitmapLruCache is an implementation of ImageLoader.ImageCache that stores bitmaps (in memory) to a maximum number of bytes.
VolleyUtil.CacheEntryRequest<T> - Class in uk.co.sevendigital.android.sdk.util
The VolleyUtil.CacheEntryRequest class is an extension of Volley's Request class and is used to return a response that contains both the information returned from the server and the cache entry associated with the returned response.

The cache entry is used by Volley to determine if a previously retrieved response (cached on the disk) can be returned immediately without contacting the server.
VolleyUtil.CacheEntryRequestParams - Class in uk.co.sevendigital.android.sdk.util
 
VolleyUtil.CacheEntryResponse<T> - Class in uk.co.sevendigital.android.sdk.util
The VolleyUtil.CacheEntryResponse is the object returned from a VolleyUtil.CacheEntryRequest.

The VolleyUtil.CacheEntryResponse includes both the information returned from the server and the cache entry associated with the returned response.

Note: The returned VolleyUtil.CacheEntryResponse is not guaranteed to have a non-null cache entry.
VolleyUtil.RequestParams - Class in uk.co.sevendigital.android.sdk.util
The VolleyUtil.RequestParams is a class used to pass in to Volley requests that is used set provided values against the request.
VolleyUtil.SimpleImageListener - Class in uk.co.sevendigital.android.sdk.util
The VolleyUtil.SimpleImageListener is an implementation of ImageLoader.ImageListener with all methods implemented to default.
VolleyUtil.StringRequest - Class in uk.co.sevendigital.android.sdk.util
The VolleyUtil.StringRequest class is an extension of Volley's Request class and is used to automatically unbox returned string responses from the server.

The VolleyUtil.StringRequest class extends from VolleyUtil.CacheEntryRequest so that the cache entry associated with the response can be retrieved with the returned string.
A B C D E F G H I J M N O P R S T U V W X 
Skip navigation links