9#import <Foundation/Foundation.h>
11#import "NIMQChatAPIDefs.h"
15NS_ASSUME_NONNULL_BEGIN
32@protocol NIMQChatManagerDelegate <NSObject>
63- (void)qchatAutoLoginFailed:(NSError *)error;
69- (void)qchatAutoLogout;
76@protocol NIMQChatManager <NSObject>
108- (nullable NSString *)currentAccount;
122- (void)addDelegate:(
id<NIMQChatManagerDelegate>)delegate;
129- (void)removeDelegate:(
id<NIMQChatManagerDelegate>)delegate;
NIMMultiLoginType
Definition: NIMLoginManagerProtocol.h:140
void(^ NIMQChatHandler)(NSError *__nullable error)
Definition: NIMQChatDefs.h:280
void(^ NIMQChatLoginHandler)(NSError *__nullable error, NIMQChatLoginResult *__nullable result)
Definition: NIMQChatManagerProtocol.h:27
Definition: NIMLoginClient.h:62
Definition: NIMLoginKickoutResult.h:16
Definition: NIMQChatLoginParam.h:26
Definition: NIMQChatLoginResult.h:18
Definition: NIMQChatOnlineStatusResult.h:18