Image

interface Image

A native ad image asset.

Inheritors

Functions

Link copied to clipboard
abstract fun getDrawable(): Drawable
Returns the Drawable representing the image.
Link copied to clipboard
open fun getHeight(): Int
Returns the actual height of this image.
Link copied to clipboard
Returns the height required to be rendered in image.
Link copied to clipboard
open fun getRequiredWidth(): Int
Returns the width required to be rendered in image.
Link copied to clipboard
abstract fun getScale(): Double
Returns the scale for this image, which denotes the ratio of pixels to dp.
Link copied to clipboard
abstract fun getUri(): Uri
Returns the Uri for this image.
Link copied to clipboard
open fun getWidth(): Int
Returns the actual width of this image.