public final class ConversationWebsocketRpc extends Object implements ConversationRpc
| Constructor and Description |
|---|
ConversationWebsocketRpc() |
| Modifier and Type | Method and Description |
|---|---|
void |
call(ConversationParam param,
ResultCallback<ConversationResult> callback)
Call the Conversation rpc protocol to communicate with the server side.
|
protected void |
finalize() |
protected void finalize()
throws Throwable
public void call(ConversationParam param, ResultCallback<ConversationResult> callback)
ConversationRpccall in interface ConversationRpcparam - The input param of class `ConversationParam`.callback - The callback to receive response, the template class is `ConversationResult`.Copyright © 2023. All rights reserved.