JMSGGroupType Constants Reference

Declared in JMSGConstants.h

JMSGGroupType

群组类型 - 私有、公开

Definition

typedef NS_ENUM(NSInteger, JMSGGroupType ) {
   kJMSGGroupTypePrivate = 1,
   kJMSGGroupTypePublic = 2,
};

Constants

kJMSGGroupTypePrivate

私有群

Declared In JMSGConstants.h.

kJMSGGroupTypePublic

公开群

Declared In JMSGConstants.h.

Declared In

JMSGConstants.h