clientType property Null safety

int? clientType
final

If the current login is invalidated, the interface allows you to get the type of client that invalidates the current login.

Note: If the current login is not invalidated by login attempts from other devices or banned on the server, the return value of the interface is invalid. For example, the 417 response status code.

NIMClientType

Implementation

final int? clientType;