NIMSDKAuthMode Constants Reference

Declared in NIMLoginManagerProtocol.h

NIMSDKAuthMode

SDK authentication mode

Definition

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

Constants

NIMSDKAuthModeUndefined

Undefined mode

Declared In NIMLoginManagerProtocol.h.

NIMSDKAuthModeIM

Authentication using the IM server

Declared In NIMLoginManagerProtocol.h.

NIMSDKAuthModeChatroom

Chat room independent authentication

Declared In NIMLoginManagerProtocol.h.

Declared In

NIMLoginManagerProtocol.h