NSNotification$Methods extension
Properties
- name → NSString
-
Available on NSNotification, provided by the NSNotification$Methods extension
nameno setter - object → ObjCObject?
-
Available on NSNotification, provided by the NSNotification$Methods extension
objectno setter - userInfo → NSDictionary?
-
Available on NSNotification, provided by the NSNotification$Methods extension
userInfono setter
Methods
-
encodeWithCoder(
NSCoder coder) → void -
Available on NSNotification, provided by the NSNotification$Methods extension
encodeWithCoder: -
init(
) → NSNotification -
Available on NSNotification, provided by the NSNotification$Methods extension
init -
initWithCoder(
NSCoder coder) → NSNotification? -
Available on NSNotification, provided by the NSNotification$Methods extension
initWithCoder: -
initWithName(
NSString name, {ObjCObject? object, NSDictionary? userInfo}) → NSNotification -
Available on NSNotification, provided by the NSNotification$Methods extension
initWithName:object:userInfo: