Synchronously initialize Platform SDK.This overload will attempt to read the Oculus App Id from the AndroidManifest.While the platform is in an initializing state, it's not fully functional. Requests will queue up and run once platform is initialized. For example:
com.meta.horizon.platform.ovr.requests.UserAgeCategory#get() can be called immediately after asynchronous init and once platform is initialized, this request will run Synchronous functions will return the default value;
ParameterscontextThe Android Context to bind to the Platform.
optionsThe options used to configure the Platform.
Returnstrue if the platform was successfully initialized, false otherwise.