MobileNotifications.UserResponded

From Xojo Documentation

Event


MobileNotifications.UserResponded(notification as Notification, action as String, textResponse as String)

New in 2020r2

Supported for all project types and targets.

A local notification was received while your app was in the background and the user responded to the notification by tapping on it.

Notes

By default this event will occur if the user touches the notification to bring your app to the foreground. You may add other actions by adding a NotificationResponseCategory.

See Also

Notification class.