列挙型 Action
ResponseObject
のアクション タイプ。
署名
export enum Action
メンバー
名前 |
説明 |
CANCEL |
ユーザーが Google 選択ツールのダイアログをキャンセルしました。 |
PICKED |
ユーザーが 1 つ以上のアイテムを選択している。 |
LOADED |
Google 選択ツールのダイアログの読み込みが完了しました。 |
ERROR |
Google 選択ツール ダイアログでエラーが発生しました。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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."]]],[]]