isAtOrAbove
(
version
)
|
Checks whether the current Meta VR OS SDK version is at or above the specified version.
This method supports checking SDK versions 61 and above.
Signature
static boolean metavrx.os.MetaVrOsSdkVersion.isAtOrAbove(int version) Parameters version: int
the minimum SDK version to check against
Returns boolean
true if the current SDK version is greater than or equal to the specified version; false otherwise
|