NotificationResponseCategory

From Xojo Documentation

Class (inherits from Object)


New in 2020r2

A group of buttons/and or textfields that allow the user a way to respond to a notification directly without having to bring the app to the foreground.

Constructors

Constructor(identifier As String)


Properties
Actions() CustomDismiss HiddenPreviewsBody
AllowAnnouncement HiddenPreviewShowsSubtitle Identifier
AllowInCarPlay HiddenPreviewShowsTitle

Notes

The list of actions your app provides will be truncated by iOS if there's insufficient space in which to display them all. Thus, place the most important actions first.

Compatibility

iOS project types on iOS and iPadOS operating systems.

See Also

MobileNotifications.AddResponseCategory and MobileNotifications.RemoveAllResponseCategories methods.