NativeAd.Image

public abstract class NativeAd.Image


A native ad image asset.

Summary

Public constructors

Public methods

abstract Drawable
int
abstract double

Returns the scale for this image, which denotes the ratio of pixels to dp.

abstract Uri
int

Public constructors

Image

public Image()

Public methods

getDrawable

public abstract Drawable getDrawable()

getHeight

public int getHeight()

getScale

public abstract double getScale()

Returns the scale for this image, which denotes the ratio of pixels to dp.

getUri

public abstract Uri getUri()

getWidth

public int getWidth()