Up 
        
        
        Authors 
        
          Marcus Mueller (znek@mulle-kybernetik.com 
          
           
         
        Date:  Generated at 2025-02-11 22:18:53 +0100
        Copyright:  (C) 2014 Free Software Foundation, Inc.
            
              
        
class_NSUserNotification 
NSObject 
NSObject 
 
 
NSUserNotification 
NSUserNotification 
 
NSObject->NSUserNotification 
 
p_NSCopying 
NSCopying 
 
 
p_NSCopying->NSUserNotification 
 
 
 
        
          
            Declared in: Foundation/NSUserNotification.h 
           
         
        
          
            Conforms to: NSCopying  
         
        
Availability:  MacOS-X 10.8.0
        
          
          Description forthcoming. 
        
        
        Instance Variables 
        
        
          
          
        
        
        
        - (
NSDate *) 
actualDeliveryDate ;
        
          
            Getter for property 'actualDeliveryDate' with
            attributes (readonly, atomic, assign).
          
        
         
        
        - (BOOL) 
hasActionButton ;
        
         
        
        - (BOOL) 
isPresented ;
        
          
            Getter for property 'presented' with attributes
            (atomic, readonly, getter, assign).
          
        
         
        
        - (BOOL) 
isRemote ;
        
          
            Getter for property 'remote' with attributes
            (atomic, readonly, getter, assign).
          
        
         
        
        - (
NSAttributedString *) 
response ;
        
          
            Getter for property 'response' with attributes
            (readonly, atomic, assign).
          
        
         
        
        - (void) 
setActionButtonTitle:  (
NSString *)actionButtonTitle;
        
         
        
        - (void) 
setContentImage:  (
NSImage *)contentImage;
        
         
        
        - (void) 
setDeliveryDate:  (
NSDate *)deliveryDate;
        
         
        
        - (void) 
setDeliveryTimeZone:  (
NSTimeZone *)deliveryTimeZone;
        
         
        
        - (void) 
setHasActionButton:  (BOOL)hasActionButton;
        
         
        
        - (void) 
setHasReplyButton:  (BOOL)hasReplyButton;
        
         
        
        - (void) 
setIdentifier:  (
NSString *)identifier;
        
         
        
        - (void) 
setInformativeText:  (
NSString *)informativeText;
        
         
        
        - (void) 
setOtherButtonTitle:  (
NSString *)otherButtonTitle;
        
         
        
        - (void) 
setResponsePlaceholder:  (
NSString *)responsePlaceholder;
        
         
        
        - (void) 
setSoundName:  (
NSString *)soundName;
        
         
        
        - (void) 
setSubtitle:  (
NSString *)subtitle;
        
         
Instance Variables for NSUserNotification Class 
        
        @public id 
_uniqueId ;
        
Availability:  MacOS-X 10.8.0
        
          
            Warning  the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically private , it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
        
        
class_NSUserNotificationCenter 
NSObject 
NSObject 
 
 
NSUserNotificationCenter 
NSUserNotificationCenter 
 
NSObject->NSUserNotificationCenter 
 
 
 
        
          
            Declared in: Foundation/NSUserNotification.h 
           
         
        
Availability:  MacOS-X 10.8.0
        
          
          Description forthcoming. 
        
        
        Instance Variables 
        
        
          
          
        
        
        
        - (void) 
deliverNotification:  (
NSUserNotification *)notification;
        
Availability:  MacOS-X 10.8.0
        
          
            Description forthcoming. 
          
        
         
        
        - (
NSArray *) 
deliveredNotifications ;
        
          
            Getter for property 'deliveredNotifications' with
            attributes (readonly, atomic, assign).
          
        
         
        
        - (void) 
removeAllDeliveredNotifications ;
        
Availability:  MacOS-X 10.8.0
        
          
            Description forthcoming. 
          
        
         
        
        - (void) 
removeDeliveredNotification:  (
NSUserNotification *)notification;
        
Availability:  MacOS-X 10.8.0
        
          
            Description forthcoming. 
          
        
         
        
        - (void) 
removeScheduledNotification:  (
NSUserNotification *)notification;
        
Availability:  MacOS-X 10.8.0
        
          
            Description forthcoming. 
          
        
         
        
        - (void) 
scheduleNotification:  (
NSUserNotification *)notification;
        
Availability:  MacOS-X 10.8.0
        
          
            Description forthcoming. 
          
        
         
        
        - (
NSArray *) 
scheduledNotifications ;
        
         
        
        - (void) 
setScheduledNotifications:  (
NSArray *)scheduledNotifications;
        
         
Instance Variables for NSUserNotificationCenter Class 
        
        @protected NSMutableArray* 
_deliveredNotifications ;
        
Availability:  MacOS-X 10.8.0
        
          
            Warning  the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically private , it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
        
        
        @protected NSMutableArray* 
_scheduledNotifications ;
        
Availability:  MacOS-X 10.8.0
        
          
            Warning  the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically private , it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
        
        
          
            Declared in: Foundation/NSUserNotification.h 
           
         
        
Availability:  MacOS-X 10.8.0
        
          
          Description forthcoming. 
        
        
        
          
          
        
        
          
            Declared in: Foundation/NSUserNotification.h 
           
         
        
          
            Conforms to: NSObject  
         
        
Availability:  MacOS-X 10.8.0
        
          
          Description forthcoming. 
        
        
        
        Up