NSNotification
E820435
NSNotification is an Objective-C class that encapsulates information about an event, including its name and optional associated data, for use in the Cocoa notification system.
All labels observed (1)
| Label | Occurrences |
|---|---|
| NSNotification canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T9761781 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: NSNotification Context triple: [NSNotificationCenter, relatedClass, NSNotification]
-
A.
NSNotificationCenter
NSNotificationCenter is a central dispatch mechanism in Objective-C/Cocoa frameworks that enables objects to broadcast and observe notifications for decoupled communication within an application.
-
B.
Notification Center
Notification Center is a macOS feature that consolidates and displays system and app alerts, banners, and widgets in a unified sidebar for quick access.
-
C.
Notifications API Standard
The Notifications API Standard is a web specification that defines how websites and web applications can display system-level notifications to users in a consistent, permission-based way across browsers.
-
D.
Notifier
Notifier is a Symfony component that provides a unified, extensible system for sending notifications through various channels such as email, SMS, and chat services.
-
E.
UserNotifications framework
The UserNotifications framework is an Apple API that lets apps schedule, manage, and respond to local and push notifications on Apple platforms.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: NSNotification Target entity description: NSNotification is an Objective-C class that encapsulates information about an event, including its name and optional associated data, for use in the Cocoa notification system.
-
A.
NSNotificationCenter
NSNotificationCenter is a central dispatch mechanism in Objective-C/Cocoa frameworks that enables objects to broadcast and observe notifications for decoupled communication within an application.
-
B.
Notification Center
Notification Center is a macOS feature that consolidates and displays system and app alerts, banners, and widgets in a unified sidebar for quick access.
-
C.
Notifications API Standard
The Notifications API Standard is a web specification that defines how websites and web applications can display system-level notifications to users in a consistent, permission-based way across browsers.
-
D.
Notifier
Notifier is a Symfony component that provides a unified, extensible system for sending notifications through various channels such as email, SMS, and chat services.
-
E.
UserNotifications framework
The UserNotifications framework is an Apple API that lets apps schedule, manage, and respond to local and push notifications on Apple platforms.
- F. None of above. chosen
Statements (44)
| Predicate | Object |
|---|---|
| instanceOf |
Cocoa class
ⓘ
Objective-C class ⓘ |
| definedIn | Foundation framework NERFINISHED ⓘ |
| deliveredBy |
NSDistributedNotificationCenter
NERFINISHED
ⓘ
NSNotificationCenter NERFINISHED ⓘ |
| documentationURL | https://developer.apple.com/documentation/foundation/nsnotification ⓘ |
| encapsulates |
information about an event
ⓘ
notification name ⓘ notification sender ⓘ optional associated data ⓘ |
| framework | Foundation NERFINISHED ⓘ |
| hasMethod |
+ notificationWithName:object:
ⓘ
+ notificationWithName:object:userInfo: ⓘ - initWithName:object:userInfo: ⓘ - name ⓘ - object ⓘ - userInfo ⓘ |
| hasProperty |
description
ⓘ
name ⓘ object ⓘ userInfo ⓘ |
| hasSuperclass | NSObject NERFINISHED ⓘ |
| headerFile | Foundation/NSNotification.h ⓘ |
| immutable | true ⓘ |
| introducedIn | Cocoa NERFINISHED ⓘ |
| memoryManagement | referenceCountedObject ⓘ |
| namespace | global Objective-C class namespace ⓘ |
| pattern | observer pattern ⓘ |
| platform |
iOS
ⓘ
macOS ⓘ tvOS NERFINISHED ⓘ watchOS NERFINISHED ⓘ |
| programmingLanguage | Objective-C NERFINISHED ⓘ |
| relatedConcept |
KVO (Key-Value Observing)
NERFINISHED
ⓘ
delegation pattern ⓘ |
| role |
carries event payload
ⓘ
identifies event by name ⓘ |
| threadingModel | canBePostedFromAnyThread ⓘ |
| usedFor |
broadcast-style communication within a process
ⓘ
decoupling event senders and observers ⓘ |
| usedIn | Cocoa notification system NERFINISHED ⓘ |
| usedWith |
NSDistributedNotificationCenter
NERFINISHED
ⓘ
NSNotificationCenter NERFINISHED ⓘ NSNotificationQueue NERFINISHED ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: NSNotification Description of subject: NSNotification is an Objective-C class that encapsulates information about an event, including its name and optional associated data, for use in the Cocoa notification system.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.