MarkAsRead
(
notificationID
)
|
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.
Signature
static Request Oculus.Platform.Notifications.MarkAsRead(UInt64 notificationID) Parameters notificationID: UInt64
The unique identifier (UUID) of the notification to be marked as read.
Returns Request |