MessagesReadHandler

Handler interface for setting messages as read.

See also

Functions

Link copied to clipboard
abstract fun onFailure(error: Error)

On a unsuccessful request onFailure is called with a descriptive error.

Link copied to clipboard
abstract fun onSuccess()

On a successful request onSuccess is called.