XojoCloud.RemoteNotifications.Message.Category
From Xojo Documentation
Property (As String )
aXojoCloud.RemoteNotifications.Message.Category = newStringValue
or
StringValue = aXojoCloud.RemoteNotifications.Message.Category
New in 2021r2
Supported for all project types and targets.
or
StringValue = aXojoCloud.RemoteNotifications.Message.Category
New in 2021r2
Supported for all project types and targets.
Corresponds to the identifier specified in the target app with MobileNotifications.AddResponseCategory.
Notes
If you're adding response categories in your iOS app, you assign them a category identifier. The Message.Category property should have the same identifier.