アラートの種類
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
次の表に、<alert>
エンティティの <AlertMsgType>
列挙型の値を示します。
値 |
説明 |
Alert |
Alert 値は、ターゲット受信者による注意が必要な初期情報がメッセージに含まれていることを示します。
|
Update |
Update 値は、メッセージが <references> 要素で特定された以前のメッセージに優先し、優先されることを示します。
|
Cancel |
Cancel 値は、<references> 要素で識別されたそれ以前のメッセージをキャンセルすることを示します。
|
Ack |
Ack 値により、<references> 要素で特定されたメッセージの受信と受け入れを確認できます。
|
Error |
Error 値は、<references> 要素で特定されたすべてのメッセージが拒否されることを示します。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-29 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-08-29 UTC。"],[],["The `\u003cAlertMsgType\u003e` enumeration within `\u003calert\u003e` entities can have five values: `Alert`, `Update`, `Cancel`, `Ack`, and `Error`. `Alert` signifies initial information requiring attention. `Update` means the message supersedes prior messages. `Cancel` nullifies earlier messages. `Ack` confirms receipt and acceptance. Finally, `Error` indicates rejection of previously referenced messages. All actions reference prior messages through the `\u003creferences\u003e` element.\n"]]