【发布时间】:2018-03-06 06:15:08
【问题描述】:
文档说
Abandoned NotificationOutcome when the notification sent has been Abondoned
Cancelled NotificationOutcome when the user cancelled the scheduled send request
Completed NotificationOutcome when the notification sent has been recevied
DetailedStateAvailable NotificationOutcome state during DebugSend
Enqueued NotificationOutcome when notification is intially enqued
NoTargetFound NotificationOutcome when there are no targets found to send the message
Processing Processing sent notification
Unknown Unknown state when State not set
我现在关心 Completed 和 NoTargetFound,但不清楚它们的确切含义。
如果结果为“已完成”,是否表示已成功发送到 FCM,但不一定发送到手机?
FCM 是否就通知 Azure 提供任何反馈?
通知是否会导致“已完成”NotificationOutcome 但实际上由于 FCM 令牌过期而未发送?
“NoTargetFound”是否仅表示未在通知中心找到设备注册?
【问题讨论】:
标签: android azure firebase-cloud-messaging azure-notificationhub