java.lang.Object | |
↳ | com.google.android.gms.ads.formats.NativeAd.Image |
An object used to represent an image. It contains the url of the image, a drawable which contains the image itself, and a scale which denotes the ratio of pixels to dp for the image.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the drawable representing the image.
| |||||||||||
Returns the scale for this image, which denotes the ratio of pixels to dp.
| |||||||||||
Returns the URI for this image.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the drawable representing the image.
Returns | |
---|---|
Drawable |
Returns the scale for this image, which denotes the ratio of pixels to dp.
Returns | |
---|---|
double |
Returns the URI for this image.
Returns | |
---|---|
Uri |