enum 작업
ResponseObject
의 작업 유형입니다.
서명
export enum Action
회원
이름 |
설명 |
CANCEL |
사용자가 Google 선택 도구 대화상자를 취소했습니다. |
PICKED |
사용자가 항목을 하나 이상 선택했습니다. |
LOADED |
Google 선택 도구 대화상자 로드가 완료되었습니다. |
ERROR |
Google 선택 도구 대화상자에 오류가 발생했습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-15(UTC)
[null,null,["최종 업데이트: 2024-10-15(UTC)"],[[["The `Action` enum defines the type of action a user takes within the Google Picker dialog."],["This includes actions like canceling the dialog, picking items, loading the dialog, and encountering errors."],["Each action type is represented by a specific member within the `Action` enum, such as `CANCEL`, `PICKED`, `LOADED`, and `ERROR`."],["Detailed information about each action can be found by referring to its respective documentation link within the table."]]],[]]