NativeAd.Image

public abstract class NativeAd.Image


A native ad image asset.

Summary

Public constructors

Public methods

abstract @Nullable Drawable

Returns the drawable representing the image.

abstract double

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

abstract @Nullable Uri

Returns the URI for this image.

Public constructors

Image

public Image()

Public methods

getDrawable

public abstract @Nullable Drawable getDrawable()

Returns the drawable representing the image.

getScale

public abstract double getScale()

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

getUri

public abstract @Nullable Uri getUri()

Returns the URI for this image.