NetworkDiagnostics interface
네트워크 진단
메서드
get |
알려진 최신 네트워크 진단 가져오기 |
off("diagnostic |
diagnosticChanged 이벤트에 대한 구독 취소 함수 |
on("diagnostic |
diagnosticChanged 이벤트에 대한 Subscribe 함수 |
메서드 세부 정보
getLatest()
off("diagnosticChanged", (args: NetworkDiagnosticChangedEventArgs) => void)
diagnosticChanged 이벤트에 대한 구독 취소 함수
function off(event: "diagnosticChanged", listener: (args: NetworkDiagnosticChangedEventArgs) => void)
매개 변수
- event
-
"diagnosticChanged"
이벤트 이름
- listener
-
(args: NetworkDiagnosticChangedEventArgs) => void
이 이벤트를 구독 취소하는 데 사용된 콜백 fn
on("diagnosticChanged", (args: NetworkDiagnosticChangedEventArgs) => void)
diagnosticChanged 이벤트에 대한 Subscribe 함수
function on(event: "diagnosticChanged", listener: (args: NetworkDiagnosticChangedEventArgs) => void)
매개 변수
- event
-
"diagnosticChanged"
이벤트 이름
- listener
-
(args: NetworkDiagnosticChangedEventArgs) => void
진단이 변경될 때 호출되는 콜백 fn