| Inherits from: | |
| Declared In: | |
Overview
Represents a registered notification.
Discussion
When registering for various notifications in the system, an IOBluetoothUserNotification
object is returned. To unregister from the notification, call -unregister on the
IOBluetoothUserNotification object. Once -unregister is called, the object will no
longer be valid.
Methods
- -unregister
- Called to unregister the target notification.
Called to unregister the target notification.
- (void)unregister;
Discussion
Once this method has completed, the target IOBluetoothUserNotification will
no longer be valid.
Last Updated: 2008-03-11