NotificationResponseCategory.Constructor(identifier As String)

From Xojo Documentation

Method

NotificationResponseCategory.Constructor(identifier As String)

New in 2020r2

Supported for all project types and targets.

Creates a new NotificationResponseCategory with the identifier passed.

Notes

Sample Code

Var pizzaCategory = New NotificationResponseCategory("pizzaSale")