NIMLoginClient Class Reference

Inherits from NSObject
Declared in NIMLoginClient.h

Overview

登录客户端描述

  type

类型

@property (nonatomic, assign, readonly) NIMLoginClientType type

Discussion

类型

Declared In

NIMLoginClient.h

  os

操作系统

@property (nullable, nonatomic, copy, readonly) NSString *os

Discussion

操作系统

Declared In

NIMLoginClient.h

  timestamp

登录时间

@property (nonatomic, assign, readonly) NSTimeInterval timestamp

Discussion

登录时间

Declared In

NIMLoginClient.h

  customTag

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

@property (nullable, nonatomic, copy, readonly) NSString *customTag

Discussion

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

Declared In

NIMLoginClient.h

  customClientType

自定义登录端类型

@property (nonatomic, assign, readonly) NSInteger customClientType

Discussion

自定义登录端类型

Declared In

NIMLoginClient.h