Gets all keys that match the name/object pair.
All keys that match the name/object pair.
If both the name and the object are specified, only keys that match both of these values will be returned. If the name is null
, all keys that match the object will be returned. If the object is null, all keys that match the name will be returned. And, If both the name and the object are null
, all of the keys in the listeners map will be returned.
PNotificationCenter Class | UMD.HCIL.PiccoloX.Events Namespace