sendTextMessage method

void sendTextMessage(
  1. String uid,
  2. String content,
  3. ThreadProtobuf currentThread
)

Implementation

void sendTextMessage(
    String uid, String content, ThreadProtobuf currentThread) {
  publish(uid, content, BytedeskConstants.MESSAGE_TYPE_TEXT, currentThread);
}