getMessageType method

int? getMessageType()

获取消息类型

Implementation

int? getMessageType() {
  return v2timMessage?.elemType;
}