setHeight method

CometChatRTCViewBuilder setHeight(
  1. int height
)

Implementation

CometChatRTCViewBuilder setHeight(int height) {
  this.height = height;
  return this;
}