Page Summary
-
Versionis a simple wrapper class representing the semantic version (major, minor, patch) of the Google VR SDK. -
It provides access to the current SDK version (
CURRENT) and the minimum compatible version (MIN). -
Each
Versioninstance contains the major, minor, and patch version numbers. -
Standard methods like
equals,hashCode, andtoStringare available for version comparison and representation.
public final class
Version
Simple wrapper class for the semantic (major/minor/patch) version of the SDK.
Constants
| String | TAG |
Fields
| public static final Version | CURRENT | The current Google VR SDK version. |
| public static final Version | MIN | The minimum version of Google VR SDK dynamically loaded from VrCore compatible with this SDK's client stubs. |
| public final int | majorVersion | |
| public final int | minorVersion | |
| public final int | patchVersion |
Public Methods
| boolean | |
| int |
hashCode()
|
| String |
toString()
|
Inherited Methods
Constants
Fields
public static final Version CURRENT
The current Google VR SDK version.
public static final Version MIN
The minimum version of Google VR SDK dynamically loaded from VrCore compatible with this SDK's client stubs.