NIMClientType enum Null safety
Client type
Constructors
- NIMClientType()
-
const
Values
- unknown → const NIMClientType
-
Unknown type
const NIMClientType(0)
- android → const NIMClientType
-
Android client
const NIMClientType(1)
- ios → const NIMClientType
-
iOS client
const NIMClientType(2)
- windows → const NIMClientType
-
Windows client
const NIMClientType(3)
- wp → const NIMClientType
-
WP client
const NIMClientType(4)
- web → const NIMClientType
-
Web client
const NIMClientType(5)
- rest → const NIMClientType
-
RESTFUL API
const NIMClientType(6)
- macos → const NIMClientType
-
macOS client
const NIMClientType(7)
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.
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]