NSNotification$Methods extension

on

Properties

name NSString

Available on NSNotification, provided by the NSNotification$Methods extension

name
no setter
object ObjCObject?

Available on NSNotification, provided by the NSNotification$Methods extension

object
no setter
userInfo NSDictionary?

Available on NSNotification, provided by the NSNotification$Methods extension

userInfo
no 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: