NotificationResponseButton

From Xojo Documentation

Class (inherits from NotificationResponseAction)


New in 2020r2

Class for actions which simply appear as a button for the user to press.

Properties
AuthenticationRequired Caption IconName
BringToForeground Destructive Identifier
Constructors

Constructor(caption As String, identifier As String, iconName As String = "")


Notes

If the NotificationResponseCategory you're creating only requires Yes and No buttons in order for the user to response to the notification, your app should create two NotificationResponseButton objects, one for each button.

Compatibility

iOS projects on iOS and iPadOS operating systems.

See Also

NotificationResponseTextField class.