getMessageByThidAndPiuri

abstract fun getMessageByThidAndPiuri(thid: String, piuri: String): Flow<Message?>(source)

Retrieves the message with the specified thid.

Return

A Flow that emits the message with the specified ID, or null if no such message exists. The Flow completes when the message is successfully retrieved, or when an error occurs.

Parameters

thid

The unique ID of a request.

piuri

The type of message.