Interface INetworkQualityEvent

interface INetworkQualityEvent {
    good: boolean;
}

Properties

Properties

good: boolean

Generated using TypeDoc