VersionInfo

public final class VersionInfo extends VersionInfo


アダプタとサードパーティ SDK のバージョン情報。

概要

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

VersionInfo(int majorVersion, int minorVersion, int microVersion)

rtb アダプターまたはサードパーティ SDK のバージョンを含む新しい VersionInfo オブジェクトを作成します。

継承されるメソッド

com.google.android.gms.ads.VersionInfo から
int

メジャー バージョンを取得します。

int

マイクロバージョンを取得します。

int

マイナー バージョンを取得します。

String

このオブジェクトのセマンティック バージョニング文字列を majorVersion.minorVersion.microVersion の形式で返します。

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

VersionInfo

public VersionInfo(int majorVersion, int minorVersion, int microVersion)

rtb アダプターまたはサードパーティ SDK のバージョンを含む新しい VersionInfo オブジェクトを作成します。