RtcNetworkMgrHandler class

Callback of RtcNetworkManager, the callback must be set to network manager to get events notification.

RtcNetworkManager 的回调函数, 在使用 RtcNetworkManager 之前必须要设置回调以获取事件通知。

Constructors

RtcNetworkMgrHandler({OnNetworkTestComplete? onNetworkTestComplete})
Constructs a RtcNetworkMgrHandler

Properties

hashCode int
The hash code for this object.
no setterinherited
onNetworkTestComplete ↔ OnNetworkTestComplete?
Callback the result of network test.
getter/setter pair
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