API reference
API reference
Select your platform
No SDKs available
No versions available

PlatformInitializeResult Enum

Describes the various results possible when attempting to initialize the platform. Anything other than ::ovrPlatformInitialize_Success should be considered a fatal error with respect to using the platform, as the platform is not guaranteed to be legitimate or work correctly.

Fields

Oculus Platform SDK initialization succeeded.
Oculus Platform SDK was not initialized.
Oculus Platform SDK failed to initialize because the pre-loaded module was on a different path than the validated library.
Oculus Platform SDK files failed to load.
Oculus Platform SDK failed to initialize due to an invalid signature in the signed certificate.
Oculus Platform SDK failed to initialize due to unable to verify the application's signature during initialization.
There was a mismatch between the version of Oculus Platform SDK used by the application and the version installed on the Oculus user's device.
Unknown[Get]
Oculus Platform SDK failed to initialize because the Oculus user had an invalid account access token.
Oculus Platform SDK failed to initialize because the Oculus user does not have the application entitlement.

Member Functions

PlatformInitializeResult
( final int value )
int getValue ( )

Static Member Functions

static PlatformInitializeResult fromInt
( int value )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon