NIMSDK-iOS
载入中...
搜索中...
未找到
V2NIMLoginClient类 参考

登录客户端信息 更多...

#import <V2NIMLoginServiceProtocol.h>

类 V2NIMLoginClient 继承关系图:

属性

V2NIMLoginClientType type
 类型 更多...
 
NSString * os
 操作系统 更多...
 
NSTimeInterval timestamp
 登录时间 更多...
 
NSString * customTag
 自定义信息,最大32个字符;目前android多端登录,TV端和手表端,可以通过该字段区分 更多...
 
NSInteger customClientType
 自定义类型 更多...
 
NSString * clientId
 登录客户端唯一标识 更多...
 

详细描述

登录客户端信息

属性说明

◆ clientId

- (NSString*) clientId
readnonatomiccopy

登录客户端唯一标识

◆ customClientType

- (NSInteger) customClientType
readnonatomicassign

自定义类型

◆ customTag

- (NSString*) customTag
readnonatomiccopy

自定义信息,最大32个字符;目前android多端登录,TV端和手表端,可以通过该字段区分

◆ os

- (NSString*) os
readnonatomiccopy

操作系统

◆ timestamp

- (NSTimeInterval) timestamp
readnonatomicassign

登录时间

◆ type

- (V2NIMLoginClientType) type
readnonatomicassign

类型


该类的文档由以下文件生成: