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.
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.
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.
PlatformInitializeResult ( final int value )