VersionInfo

public final class VersionInfo extends VersionInfo


Version info for adapters and for third party SDKs.

Summary

Public constructors

VersionInfo(int majorVersion, int minorVersion, int microVersion)

Creates a new VersionInfo object that will contain the version of an rtb adapter or third party SDK.

Inherited methods

From com.google.android.gms.ads.VersionInfo
int

Gets the major version.

int

Gets the micro version.

int

Gets the minor version.

String

Returns a semantic versioning string of this object with the format majorVersion.minorVersion.microVersion.

Public constructors

VersionInfo

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

Creates a new VersionInfo object that will contain the version of an rtb adapter or third party SDK.