setAppId method

CometChatRTCViewBuilder setAppId(
  1. String appID
)

Implementation

CometChatRTCViewBuilder setAppId(String appID) {
  this.appID = appID;
  return this;
}