NetworkDiagnosticChangedEventArgs type
- diagnose ist der Typ der Netzwerkdiagnose, z. B. networkRcvQuality, noNetwrok usw. DeviceSpeakWhileMuted, etc...
type NetworkDiagnosticChangedEventArgs = DiagnosticChangedEventArgs & {
diagnostic: NetworkDiagnosticType
}