NativeAd.Image

abstract class NativeAd.Image


ネイティブ広告の画像アセット。

概要

パブリック コンストラクタ

パブリック関数

abstract Drawable?

画像を表す drawable を返します。

abstract Double

この画像のスケールを返します。これは、ピクセル数と dp 数の比率を表します。

abstract Uri?

この画像の URI を返します。

パブリック コンストラクタ

画像

Image()

パブリック関数

getDrawable

abstract fun getDrawable(): Drawable?

画像を表す drawable を返します。

getScale

abstract fun getScale(): Double

この画像のスケールを返します。これは、ピクセル数と dp 数の比率を表します。

getUri

abstract fun getUri(): Uri?

この画像の URI を返します。