public interface ConversationRpc
| Modifier and Type | Method and Description |
|---|---|
void |
call(ConversationParam param,
ResultCallback<ConversationResult> callback)
Call the Conversation rpc protocol to communicate with the server side.
|
void call(ConversationParam param, ResultCallback<ConversationResult> callback)
param - The input param of class `ConversationParam`.callback - The callback to receive response, the template class is `ConversationResult`.Copyright © 2023. All rights reserved.