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

ovr_Message_GetStringForJavascript Function

returns a json formatted string to be sent to javascript / ReactVR it is populated by the public CAPI, so that we don't increase our compatibility surface. It's always a json array with a single json object inside of it. The only key will always be data/error. The keys are defined to be the same as in models.yaml so we can codegen easily.

Signature

const char* ovr_Message_GetStringForJavascript(ovrMessageHandle message)

Parameters

Returns

const char *