API reference

MetaVrOsSdkVersion Class

Utility class for checking the current Meta VR OS SDK version.
This class provides methods to determine if the device is running a specific SDK version or higher, enabling version-specific feature checks and compatibility handling.

Static Methods

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