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

ovr_ApplicationLifecycle_RegisterSessionKey Function

The actual UWP app will be able to register as the original application using the GUID from ovr_ApplicationLifecycle_GetSessionKey(). ovrMessage_ApplicationLifecycle_RegisterSessionKey will be generated in response.
First call ovr_Message_IsError() to check if an error occurred.
This response has no payload. If no error occurred, the request was successful. Yay!

Signature

ovrRequest ovr_ApplicationLifecycle_RegisterSessionKey(const char *sessionKey)

Parameters

sessionKey: const char * The GUID obtained by calling ovr_ApplicationLifecycle_GetSessionKey().

Returns