NotificationContent.UserData

From Xojo Documentation

Property (As Dictionary )
aNotificationContent.UserData = newDictionaryValue
or
DictionaryValue = aNotificationContent.UserData

New in 2020r2

Supported for all project types and targets.

Information sent along with the notification.

Notes

The underlying data structure is JSON format.

Subsequent changes to DictionaryValue will not update the contents of UserData.

See Also

JSONItem class.