| Known Direct Subclasses |
Version info for Google Mobile Ads SDK.
|
VersionInfo(int majorVersion, int minorVersion, int microVersion)
Creates a new
VersionInfo
object.
|
| int |
getMajorVersion()
Gets the major version.
|
| int |
getMicroVersion()
Gets the micro version.
|
| int |
getMinorVersion()
Gets the minor version.
|
| String |
toString()
Returns a semantic versioning string of this object with the format
majorVersion.minorVersion.microVersion.
|
Creates a new VersionInfo
object.
Gets the major version.
Gets the micro version.
Gets the minor version.
Returns a semantic versioning string of this object with the format
majorVersion.minorVersion.microVersion.