Tindakan Enum
Jenis tindakan untuk ResponseObject
.
Tanda Tangan
export enum Action
Anggota
Nama |
Deskripsi |
CANCEL |
Pengguna membatalkan dialog Google Picker. |
PICKED |
Pengguna telah memilih setidaknya satu item. |
LOADED |
Dialog Pemilih Google telah selesai dimuat. |
ERROR |
Dialog Pemilih Google mengalami error. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-10-15 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]