VersionInfo

class VersionInfo : VersionInfo


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

概要

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

VersionInfo(majorVersion: Int, minorVersion: Int, microVersion: Int)

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

継承された関数

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

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

Int

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

Int

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

String!

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

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

VersionInfo

VersionInfo(majorVersion: Int, minorVersion: Int, microVersion: Int)

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