AgoraRtmClientException constructor

AgoraRtmClientException(
  1. String reason,
  2. int code
)

Implementation

AgoraRtmClientException(this.reason, this.code) : super();