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 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eThis documentation details the different types of events that can be triggered, ranging from hardware (USB, audio, network) to software (app installations, launches, crashes).\u003c/p\u003e\n"],["\u003cp\u003eEvents 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.\u003c/p\u003e\n"],["\u003cp\u003eEach event type has a unique identifier (enum) for programmatic use, like \u003ccode\u003eAUDIO_SEVERE_UNDERRUN\u003c/code\u003e or \u003ccode\u003eNETWORK_STATE_CHANGE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eSome events provide detailed information about the trigger, such as the duration of an audio underrun or the new state of a network connection.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize these event types to monitor and respond to various system and application states within their code.\u003c/p\u003e\n"]]],[],null,["# EventType\n\nThe different possible event types.\n\n| Enums ||\n|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------|\n| `EVENT_TYPE_UNSPECIFIED` | Event type unknown. |\n| `AUDIO_SEVERE_UNDERRUN` | Triggered when a audio devices run out of buffer data for more than 5 seconds. |\n| `NETWORK_STATE_CHANGE` | Triggered immediately on any changes to a network connection. |\n| `USB_ADDED` | Triggered when USB devices are added. |\n| `USB_REMOVED` | Triggered when USB devices are removed. |\n| `NETWORK_HTTPS_LATENCY_CHANGE` | Triggered when a new HTTPS latency problem was detected or the device has recovered form an existing HTTPS latency problem. |\n| `WIFI_SIGNAL_STRENGTH_LOW` | Triggered when connected WiFi network signal strength drops below -70dBm. |\n| `WIFI_SIGNAL_STRENGTH_RECOVERED` | Triggered when connected WiFi network signal strength is recovered from a signal drop. |\n| `VPN_CONNECTION_STATE_CHANGE` | Triggered on changes to VPN connections. |\n| `APP_INSTALLED` | Triggered when an app is installed. |\n| `APP_UNINSTALLED` | Triggered when an app is uninstalled. |\n| `APP_LAUNCHED` | Triggered when an app is launched. |\n| `OS_CRASH` | Triggered when a crash occurs. |"]]