TIMGroupReceiveMessageOpt Constants Reference

Declared in TIMComm.h

TIMGroupReceiveMessageOpt

群消息接受选项

Definition

typedef NS_ENUM(NSInteger, TIMGroupReceiveMessageOpt ) {
   TIM_GROUP_RECEIVE_MESSAGE = 0,
   TIM_GROUP_NOT_RECEIVE_MESSAGE = 1,
   TIM_GROUP_RECEIVE_NOT_NOTIFY_MESSAGE = 2,
};

Constants

TIM_GROUP_RECEIVE_MESSAGE

接收消息

Declared In TIMComm.h.

TIM_GROUP_NOT_RECEIVE_MESSAGE

不接收消息,服务器不进行转发

Declared In TIMComm.h.

TIM_GROUP_RECEIVE_NOT_NOTIFY_MESSAGE

接受消息,不进行 iOS APNs 推送

Declared In TIMComm.h.

Declared In

TIMComm.h