ovr_Notification_MarkAsRead Function
Marks a notification as read, causing it to disappear from various surfaces such as the Universal Menu and in-app retrieval. This action is useful for indicating that the user has acknowledged or acted upon the notification. ovrMessage_Notification_MarkAsRead will be generated in response.
This response has no payload. If no error occurred, the request was successful. Yay!
ovrRequest ovr_Notification_MarkAsRead(ovrID notificationID)
notificationID: ovrID
The unique identifier (UUID) of the notification to be marked as read.