NIMClientType enum Null safety
客户端类型
Constants
- android → const NIMClientType
-
Android 客户端
const NIMClientType(1)
- ios → const NIMClientType
-
iOS 客户端
const NIMClientType(2)
- macos → const NIMClientType
-
macOS客户端
const NIMClientType(7)
- rest → const NIMClientType
-
RESTFUL API
const NIMClientType(6)
- unknown → const NIMClientType
-
未知
const NIMClientType(0)
-
values
→ const List<
NIMClientType> -
A constant List of the values in this enum, in order of their declaration.
const List<
NIMClientType> - web → const NIMClientType
-
Web端
const NIMClientType(5)
- windows → const NIMClientType
-
Windows 客户端
const NIMClientType(3)
- wp → const NIMClientType
-
WP 客户端
const NIMClientType(4)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited