פעולת Enum
סוג הפעולה של ResponseObject
.
חתימה
export enum Action
חברי מועדון
שם |
תיאור |
CANCEL |
המשתמש ביטל את תיבת הדו-שיח של Google Picker. |
PICKED |
המשתמש בחר לפחות פריט אחד. |
LOADED |
הטעינה של תיבת הדו-שיח של Google Picker הסתיימה. |
ERROR |
תיבת הדו-שיח של Google Picker נתקלה בשגיאה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת 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."]]],[]]