get Messages
Retrieves messages in the chat session.
Return
AxpResult containing the result of the operation.
Parameters
page Size
The number of messages per page.
fun Conversation.getMessages(pageSize: Int = 10, responseHandler: ResponseHandler<PageIterator<Message>>)
Retrieves messages in the chat session asynchronously with a response handler.
Parameters
page Size
The number of messages per page.
response Handler
The response handler for asynchronous processing.