setMessageRead

abstract fun setMessageRead(@NonNull message: InboxMessage)

Marks a InboxMessage as read in local storage. This status will persist unless local storage is cleared on the device.

Parameters

message

is the InboxMessage to mark as read.


abstract fun setMessageRead(@NonNull messageId: String)

Marks a InboxMessage as read in local storage. This status will persist unless local storage is cleared on the device.

Parameters

messageId

is the id of the InboxMessage to mark as read.