Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.92 KB

NotificationWithMetaAllOf.md

File metadata and controls

20 lines (16 loc) · 1.92 KB

OneSignalApi.Model.NotificationWithMetaAllOf

Properties

Name Type Description Notes
Remaining int Number of notifications that have not been sent out yet. This can mean either our system is still processing the notification or you have delayed options set. [optional]
Successful int Number of notifications that were successfully delivered. [optional]
Failed int Number of notifications that could not be delivered due to those devices being unsubscribed. [optional]
Errored int Number of notifications that could not be delivered due to an error. You can find more information by viewing the notification in the dashboard. [optional]
Converted int Number of users who have clicked / tapped on your notification. [optional]
QueuedAt long Unix timestamp indicating when the notification was created. [optional]
SendAfter long? Unix timestamp indicating when notification delivery should begin. [optional]
CompletedAt long? Unix timestamp indicating when notification delivery completed. The delivery duration from start to finish can be calculated with completed_at - send_after. [optional]
PlatformDeliveryStats PlatformDeliveryData [optional]
Received int? Confirmed Deliveries number of devices that received the push notification. Paid Feature Only. Free accounts will see 0. [optional]
ThrottleRatePerMinute int? number of push notifications sent per minute. Paid Feature Only. If throttling is not enabled for the app or the notification, and for free accounts, null is returned. Refer to Throttling for more details. [optional]

[Back to Model list] [Back to API list] [Back to README]