NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatLoginParam.h 文件参考
#import <Foundation/Foundation.h>

浏览源代码.

class  NIMQChatLoginParam
 

类型定义

typedef NSString *_Nonnull(^ NIMProvideQChatDynamicTokenHandler) (NSString *__nullable account)
 

枚举

enum  NIMQChatLoginAuthType { NIMQChatLoginAuthTypeDefault = 0 , NIMQChatLoginAuthTypeDynamicToken = 1 }
 

类型定义说明

◆ NIMProvideQChatDynamicTokenHandler

typedef NSString *_Nonnull(^ NIMProvideQChatDynamicTokenHandler) (NSString *__nullable account)

动态token block

枚举类型说明

◆ NIMQChatLoginAuthType

枚举值
NIMQChatLoginAuthTypeDefault 
NIMQChatLoginAuthTypeDynamicToken