| java.lang.Object | |
| ↳ | com.urbanairship.images.ImageRequestOptions |
Image request options.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | ImageRequestOptions.Builder | Image request option builder. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ImageLoader.ImageLoadedCallback |
getCallback()
Gets the
ImageLoader.ImageLoadedCallback, if one was set. | ||||||||||
| int |
getPlaceHolder()
Gets the place holder.
| ||||||||||
| String |
getUrl()
Gets the image URL.
| ||||||||||
| int |
getZeroHeightFallback()
Gets the fallback height to be used if the
ImageView has a height of zero during image loading. | ||||||||||
| int |
getZeroWidthFallback()
Gets the fallback width to be used if the
ImageView has a width of zero during image loading. | ||||||||||
| static ImageRequestOptions.Builder |
newBuilder(String url)
Creates a new builder.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the ImageLoader.ImageLoadedCallback, if one was set.
Gets the place holder.
Gets the fallback height to be used if the ImageView has a height of zero during image loading.
Gets the fallback width to be used if the ImageView has a width of zero during image loading.
Creates a new builder.
| url | The image URL. |
|---|