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 com.meta.horizon.platform.ovr.requests.Notifications.markAsRead(long notificationID) Parameters notificationID: long
- The unique identifier (UUID) of the notification to be marked as read.
Returns Request |