setUID method

RTCUser setUID(
  1. String uid
)

Implementation

RTCUser setUID(String uid){
  this.uid = uid;
  return this;
}