EventType
열거형 |
EVENT_TYPE_UNSPECIFIED |
알 수 없는 이벤트 유형입니다. |
AUDIO_SEVERE_UNDERRUN |
오디오 기기의 버퍼 데이터가 5초 이상 소진될 때 트리거됩니다. |
NETWORK_STATE_CHANGE |
네트워크 연결이 변경되면 즉시 트리거됩니다. |
USB_ADDED |
USB 기기가 추가될 때 트리거됩니다. |
USB_REMOVED |
USB 기기가 삭제될 때 트리거됩니다. |
NETWORK_HTTPS_LATENCY_CHANGE |
새로운 HTTPS 지연 시간 문제가 감지되거나 기기가 기존의 HTTPS 지연 시간 문제에서 복구되었을 때 트리거됩니다. |
WIFI_SIGNAL_STRENGTH_LOW |
연결된 Wi-Fi 네트워크의 신호 강도가 -70dBm 미만으로 떨어지면 트리거됩니다. |
WIFI_SIGNAL_STRENGTH_RECOVERED |
신호 끊김 시 연결된 Wi-Fi 네트워크의 신호 강도가 복구될 때 트리거됩니다. |
VPN_CONNECTION_STATE_CHANGE |
VPN 연결 변경 시 트리거됩니다. |
APP_INSTALLED |
앱이 설치될 때 트리거됩니다. |
APP_UNINSTALLED |
앱이 제거될 때 트리거됩니다. |
APP_LAUNCHED |
앱이 실행될 때 트리거됩니다. |
OS_CRASH |
비정상 종료가 발생할 때 트리거됩니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-07-29(UTC)
[null,null,["최종 업데이트: 2024-07-29(UTC)"],[[["This documentation details the different types of events that can be triggered, ranging from hardware (USB, audio, network) to software (app installations, launches, crashes)."],["Events provide specific triggers, such as audio buffer underruns, network connection changes, USB device connections, HTTPS latency problems, WiFi signal strength fluctuations, VPN connection changes, app installations, and operating system crashes."],["Each event type has a unique identifier (enum) for programmatic use, like `AUDIO_SEVERE_UNDERRUN` or `NETWORK_STATE_CHANGE`."],["Some events provide detailed information about the trigger, such as the duration of an audio underrun or the new state of a network connection."],["Developers can utilize these event types to monitor and respond to various system and application states within their code."]]],[]]