NIMSDKAuthMode Constants Reference

Declared in NIMLoginManagerProtocol.h

NIMSDKAuthMode

SDK 认证模式

Definition

typedef NS_ENUM(NSInteger, NIMSDKAuthMode ) {
   NIMSDKAuthModeUndefined = 0,
   NIMSDKAuthModeIM,
   NIMSDKAuthModeChatroom,
};

Constants

NIMSDKAuthModeUndefined

未定义

Declared In NIMLoginManagerProtocol.h.

NIMSDKAuthModeIM

通过 IM 服务器鉴权

Declared In NIMLoginManagerProtocol.h.

NIMSDKAuthModeChatroom

聊天室单独鉴权

Declared In NIMLoginManagerProtocol.h.

Declared In

NIMLoginManagerProtocol.h