NotificationResponseAction.Identifier

From Xojo Documentation

Property (As String )
aNotificationResponseAction.Identifier = newStringValue
or
StringValue = aNotificationResponseAction.Identifier

New in 2020r2

Supported for all project types and targets.

The value that will be passed to the NotificationCenter.UserResponded event.

Notes

This value allows you to know which action the user took when the NotificationCenter.UserResponded event is called.

See Also

NotificationCenter.UserResponded event.