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