XojoCloud.RemoteNotifications.Message.TargetContentID
From Xojo Documentation
Property (As String )
aXojoCloud.RemoteNotifications.Message.TargetContentID = newStringValue
or
StringValue = aXojoCloud.RemoteNotifications.Message.TargetContentID
New in 2021r2
Supported for all project types and targets.
or
StringValue = aXojoCloud.RemoteNotifications.Message.TargetContentID
New in 2021r2
Supported for all project types and targets.
The identifier of the window brought forward.
Notes
This ID can be used with a Declare to get at the information connected to it. You can find out more in Apple's Developer Documentation.