Up
Authors
- Marcus Mueller (
znek@mulle-kybernetik.com
)
-
Date: Generated at 2025-01-28 04:11:44 +0000
Copyright: (C) 2014 Free Software Foundation, Inc.
- Declared in:
- Foundation/NSUserNotification.h
- Conforms to:
- NSCopying
Availability: MacOS-X 10.8.0
Description forthcoming.
Instance Variables
Method summary
- (
NSDate*)
actualDeliveryDate;
Getter for property 'actualDeliveryDate' with
attributes (readonly, atomic, assign).
- (NSImage*)
contentImage;
- (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.
@protected NSString* actionButtonTitle;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected NSUserNotificationActivationType activationType;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected NSDate* actualDeliveryDate;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected NSImage* contentImage;
Availability: MacOS-X 10.9.0
Description forthcoming.
@protected NSDate* deliveryDate;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected NSDateComponents* deliveryRepeatInterval;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected NSTimeZone* deliveryTimeZone;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected BOOL hasActionButton;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected BOOL hasReplyButton;
Availability: MacOS-X 10.9.0
Description forthcoming.
@protected NSString* identifier;
Availability: MacOS-X 10.9.0
Description forthcoming.
@protected NSString* informativeText;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected NSString* otherButtonTitle;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected BOOL presented;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected BOOL remote;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected NSAttributedString* response;
Availability: MacOS-X 10.9.0
Description forthcoming.
@protected NSString* responsePlaceholder;
Availability: MacOS-X 10.9.0
Description forthcoming.
@protected NSString* soundName;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected NSString* subtitle;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected NSString* title;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected NSDictionary* userInfo;
Availability: MacOS-X 10.8.0
Description forthcoming.
- Declared in:
- Foundation/NSUserNotification.h
Availability: MacOS-X 10.8.0
Description forthcoming.
Instance Variables
Method summary
- (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.
@protected id delegate;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected NSArray* deliveredNotifications;
Availability: MacOS-X 10.8.0
Description forthcoming.
@protected NSArray* scheduledNotifications;
Availability: MacOS-X 10.8.0
Description forthcoming.
- Declared in:
- Foundation/NSUserNotification.h
Availability: MacOS-X 10.8.0
Description forthcoming.
Method summary
- Declared in:
- Foundation/NSUserNotification.h
- Conforms to:
- NSObject
Availability: MacOS-X 10.8.0
Description forthcoming.
Up