NativeAdImage

interface NativeAdImage

NativeAdImage represents image asset. Height and width is always available. Bitmap is unavailable until loaded.

Properties

Link copied to clipboard
abstract val bitmap: Bitmap?

Returns bitmap.

Link copied to clipboard
abstract val height: Int

Returns height of image in physical pixels.

Link copied to clipboard
abstract val width: Int

Returns width of image in physical pixels.