Contents

userInfo

Optional, app-specific information that you can provide for use when your app performs the Home Screen dynamic mutable quick action.

Declaration

var userInfo: [String : any NSSecureCoding]? { get set }

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.

See Also

Inspecting a Home Screen dynamic mutable quick action