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

ovr_Notification_MarkAsRead Function

Mark a notification as read. This causes it to disappear from the Universal Menu, the Oculus App, Oculus Home, and in-app retrieval.
A message with type ovrMessage_Notification_MarkAsRead 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_Notification_MarkAsRead(ovrID notificationID)

Parameters

notificationID: ovrID

Returns