discoveryInfo
The info dictionary that was passed when this object was initialized.
Declaration
var discoveryInfo: [String : String]? { get }Discussion
You set this property’s value when you initialize the object. It cannot be changed later.
The info dictionary that was passed when this object was initialized.
var discoveryInfo: [String : String]? { get }You set this property’s value when you initialize the object. It cannot be changed later.