userInfo
Custom information associated with the background task.
Declaration
var userInfo: (any NSSecureCoding & NSObjectProtocol)? { get }Discussion
If there is no data associated with the task, this property is set to nil.
Custom information associated with the background task.
var userInfo: (any NSSecureCoding & NSObjectProtocol)? { get }If there is no data associated with the task, this property is set to nil.