ZegoDeviceInfo class
Device Info.
Including device ID and name
Constructors
- ZegoDeviceInfo(String deviceID, String deviceName, String deviceExtraInfo)
Properties
- deviceExtraInfo ↔ String
-
Device extra info, Format: key="value"\nkey2="value2"..., use line break \n to separate key-value pairs, and use equal sign = to separate key and "value", and there are double quotes around the value
getter/setter pair
- deviceID ↔ String
-
Device ID
getter/setter pair
- deviceName ↔ String
-
Device name
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited