userInfo
A dictionary for passing custom information to the notified app.
Declaration
var userInfo: [AnyHashable : Any]? { get set }Discussion
You may add arbitrary key-value pairs to this dictionary. However, the keys and values must be valid Property list; if any are not, an exception is raised.