loadMessageById

fun loadMessageById(messageId: String, onResult: (Result<Message>) -> Unit = {})

Loads a given Message with a single page around it.

Parameters

messageId

The id of the Message we wish to load.

onResult

Handler that notifies the result of the load action.