get

abstract fun get(messageId: String, handler: CompletionHandler<Message>)

Retrieves a message asynchronously by message Id.

Since

0.1

Parameters

messageId

The identifier of the message.

handler

A closure to be executed once the message has been retrieved.