Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
UserNotification.GetActualDeliveryDate
Queries actual delivery date.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
UserNotification | 2.8 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "UserNotification.GetActualDeliveryDate"; UserNotificationReference ) More
Parameters
Parameter | Description | Example |
---|---|---|
UserNotificationReference | An user notification reference. | $ref |
Result
Returns timestamp value.
Description
Queries actual delivery date.The date at which this notification was actually delivered. The notification center will set this value if a notification is put in the scheduled list and the delivery time arrives. If the notification is delivered directly using the UserNotification.deliverNotification function, this value will be set to the deliveryDate value (unless deliveryDate is not defined, in which case this value is set to the current date). This value is used to sort the list of notifications in the user interface.
See also
- UserNotification.deliverNotification
- UserNotification.GetDeliveryDate
- UserNotification.SetDeliveryDate
This function is free to use.
Created 18th August 2014, last changed 18th August 2014
UserNotification.GetActivationType - UserNotification.GetDeliveryDate