userInfo
Optional, app-specific information that you can provide for use when your app performs the Home screen quick action.
Declaration
var userInfo: [String : any NSSecureCoding]? { get }Discussion
The keys and values in this property’s dictionary must conform to the NSSecureCoding protocol, and must be property-list-encodable. If they aren’t, the system raises a runtime exception when initializing the quick action. For information about property-list-encodable data, see Serializing Property Lists in Archives and Serializations Programming Guide and see PropertyListSerialization.