isSystem method

bool isSystem()

Implementation

bool isSystem() {
  return type == BytedeskConstants.MESSAGE_TYPE_SYSTEM
    || type == BytedeskConstants.MESSAGE_TYPE_CONTINUE
    || type == BytedeskConstants.MESSAGE_TYPE_AUTO_CLOSED
    || type == BytedeskConstants.MESSAGE_TYPE_AUTO_CLOSED;
}