NIMClientType enum Null safety

客户端类型

Inheritance

Constructors

NIMClientType()
const

Values

unknown → const NIMClientType

未知

NIMClientType()
android → const NIMClientType

Android 客户端

NIMClientType()
ios → const NIMClientType

iOS 客户端

NIMClientType()
windows → const NIMClientType

Windows 客户端

NIMClientType()
wp → const NIMClientType

WP 客户端

NIMClientType()
web → const NIMClientType

Web端

NIMClientType()
rest → const NIMClientType

RESTFUL API

NIMClientType()
macos → const NIMClientType

macOS客户端

NIMClientType()

Properties

hashCode int
The hash code for this object.
read-only, inherited
index int
A numeric identifier for the enumerated value.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<NIMClientType>
A constant List of the values in this enum, in order of their declaration.
[unknown, android, ios, windows, wp, web, rest, macos]