NetworkDiagnosticChangedEventArgs type

  • diagnostic is the type of Network diagnostic, e.g. networkRcvQuality, noNetwrok, etc... DeviceSpeakWhileMuted, etc...
type NetworkDiagnosticChangedEventArgs = DiagnosticChangedEventArgs & {
  diagnostic: NetworkDiagnosticType,
}