NIMTeamNotifyState Constants Reference

Declared in NIMTeamDefs.h

NIMTeamNotifyState

群消息接受状态

Definition

typedef NS_ENUM(NSInteger, NIMTeamNotifyState ) {
   NIMTeamNotifyStateAll = 0,
   NIMTeamNotifyStateNone = 1,
   NIMTeamNotifyStateOnlyManager = 2,
};

Constants

NIMTeamNotifyStateAll

接受任何群消息通知

Declared In NIMTeamDefs.h.

NIMTeamNotifyStateNone

不接受任何群消息通知

Declared In NIMTeamDefs.h.

NIMTeamNotifyStateOnlyManager

只接受管理员的群消息通知(仅高级群支持,超大群不支持)

Declared In NIMTeamDefs.h.

Declared In

NIMTeamDefs.h