NotificationContent.FocusPriority

From Xojo Documentation

aNotificationContent.FocusPriority = newNotificationContent.FocusPrioritiesValue
or
NotificationContent.FocusPrioritiesValue = aNotificationContent.FocusPriority

New in 2021r3

Supported for all project types and targets.

Dictates how the content should be handled should the user have a focus enabled.

Notes

See the FocusPriorities enumeration for details on the various priorities available.

See Also

FocusPriorities enumeration.