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

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.
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 The unique identifier (UUID) of the notification to be marked as read.

Returns