NativeAd.Image

public abstract class NativeAd.Image


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

概要

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

パブリック メソッド

abstract @Nullable Drawable

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

abstract double

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

abstract @Nullable Uri

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

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

画像

public Image()

パブリック メソッド

getDrawable

public abstract @Nullable Drawable getDrawable()

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

getScale

public abstract double getScale()

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

getUri

public abstract @Nullable Uri getUri()

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