NetworkDiagnosticChangedEventArgs type
- diagnostic 是网络诊断的类型,例如 networkRcvQuality、noNetwrok 等...DeviceSpeakWhileMuted 等...
type NetworkDiagnosticChangedEventArgs = DiagnosticChangedEventArgs & {
diagnostic: NetworkDiagnosticType
}