java.lang.Object |
↳ |
com.google.android.gms.ads.formats.NativeAd.Image |
Class Overview
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.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
public
abstract
Drawable
getDrawable
()
public
abstract
double
getScale
()
public
abstract
Uri
getUri
()