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
Success[Get]
Oculus Platform SDK initialization succeeded.
Uninitialized[Get]
Oculus Platform SDK was not initialized.
PreLoaded[Get]
Oculus Platform SDK failed to initialize because the pre-loaded module was on a different path than the validated library.
FileInvalid[Get]
Oculus Platform SDK files failed to load.
SignatureInvalid[Get]
Oculus Platform SDK failed to initialize due to an invalid signature in the signed certificate.
UnableToVerify[Get]
Oculus Platform SDK failed to initialize due to unable to verify the application's signature during initialization.
VersionMismatch[Get]
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]
InvalidCredentials[Get]
Oculus Platform SDK failed to initialize because the Oculus user had an invalid account access token.
NotEntitled[Get]
Oculus Platform SDK failed to initialize because the Oculus user does not have the application entitlement.