提醒类型
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
下表介绍了 <alert>
实体中 <AlertMsgType>
枚举的值:
值 |
说明 |
Alert |
Alert 值表示该消息包含需要来自目标接收者的注意的初始信息。
|
Update |
Update 值表示消息会更新并取代 <references> 元素中标识的早期消息。
|
Cancel |
Cancel 值表示消息会取消 <references> 元素中标识的早期消息。
|
Ack |
Ack 值用于确认收到和接受 <references> 元素中标识的所有消息。
|
Error |
Error 值表示 <references> 元素中标识的任何消息被拒。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-29。
[[["易于理解","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"]],["最后更新时间 (UTC):2025-08-29。"],[],["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"]]