Class RpcRequestWrapper
-
- All Implemented Interfaces:
public final class RpcRequestWrapper
-
-
Constructor Summary
Constructors Constructor Description RpcRequestWrapper(String method, HMSDataChannelRequestParams params, String id, String jsonRpc)
-
Method Summary
Modifier and Type Method Description final StringgetMethod()final HMSDataChannelRequestParamsgetParams()final StringgetId()final StringgetJsonRpc()-
-
Constructor Detail
-
RpcRequestWrapper
RpcRequestWrapper(String method, HMSDataChannelRequestParams params, String id, String jsonRpc)
-
-
Method Detail
-
getParams
final HMSDataChannelRequestParams getParams()
-
getJsonRpc
final String getJsonRpc()
-
-
-
-