MobileNotifications.NotificationSent
From Xojo Documentation
Event
MobileNotifications.NotificationSent(notification as Notification)
New in 2020r2
Supported for all project types and targets.
New in 2020r2
Supported for all project types and targets.
The local Notification was successful scheduled.
Notes
This event is called after the Send method is used to schedule a notification.
See Also
Notification class, Send method.