Refresh

data class Refresh(val onRefreshed: () -> Unit = {}) : MessageListAction

Action to refresh the message list.

Constructors

Link copied to clipboard
constructor(onRefreshed: () -> Unit = {})

Properties

Link copied to clipboard
val onRefreshed: () -> Unit