NIMQChatSubscribeOperationType Constants Reference

Declared in NIMQChatSubscribeParam.h

NIMQChatSubscribeOperationType

Definition

typedef NS_ENUM(NSInteger, NIMQChatSubscribeOperationType ) {
   NIMQChatSubscribeOperationTypeSubscribe = 1,
   NIMQChatSubscribeOperationTypeUnsubscribe = 2,
};

Constants

NIMQChatSubscribeOperationTypeSubscribe

订阅

Declared In NIMQChatSubscribeParam.h.

NIMQChatSubscribeOperationTypeUnsubscribe

取消订阅

Declared In NIMQChatSubscribeParam.h.