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

ovr_PushNotification_Register Function

Register the device to receive push notification. The registered notification id can be fetched by ovr_PushNotificationResult_GetId().
A message with type ovrMessage_PushNotification_Register will be generated in response.
First call ovr_Message_IsError() to check if an error occurred.
If no error occurred, the message will contain a payload of type ovrPushNotificationResultHandle. Extract the payload from the message handle with ovr_Message_GetPushNotificationResult().

Signature

ovrRequest ovr_PushNotification_Register()

Returns