API  1.0.0
CPUserNotification Class Reference

The CPUserNotification class is used to configure a notification that is scheduled for display by the UserNotificationCenter class. More...

#import <CPUserNotification.h>

+ Inheritance diagram for CPUserNotification:

Instance Methods

(CPUserNotificationActivationType) - activationType
 
(CPDate- actualDeliveryDate
 
(CPImage- contentImage
 
(CPDate- deliveryDate
 
(CPTimeInterval) - deliveryRepeatInterval
 
(CPTimeZone- deliveryTimeZone
 
(CPString- identifier
 
(CPString- informativeText
 
(id) - init
 
(BOOL) - isPresented
 
(BOOL) - isRemote
 
(void) - setContentImage:
 
(void) - setDeliveryDate:
 
(void) - setDeliveryRepeatInterval:
 
(void) - setDeliveryTimeZone:
 
(void) - setIdentifier:
 
(void) - setInformativeText:
 
(void) - setTitle:
 
(void) - setUserInfo:
 
(CPString- title
 
(CPDictionary- userInfo
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPString- description
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Additional Inherited Members

- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

The CPUserNotification class is used to configure a notification that is scheduled for display by the UserNotificationCenter class.

Definition at line 2 of file CPUserNotification.h.

Method Documentation

◆ activationType()

- (CPUserNotificationActivationType) activationType
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 260 of file CPUserNotification.j.

◆ actualDeliveryDate()

- (CPDate) actualDeliveryDate
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 124 of file CPUserNotification.j.

◆ contentImage()

- (CPImage) contentImage
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 164 of file CPUserNotification.j.

◆ deliveryDate()

- (CPDate) deliveryDate
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 132 of file CPUserNotification.j.

◆ deliveryRepeatInterval()

- (CPTimeInterval) deliveryRepeatInterval
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 228 of file CPUserNotification.j.

◆ deliveryTimeZone()

- (CPTimeZone) deliveryTimeZone
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 244 of file CPUserNotification.j.

◆ identifier()

- (CPString) identifier
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 180 of file CPUserNotification.j.

◆ informativeText()

- (CPString) informativeText
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 196 of file CPUserNotification.j.

◆ init()

- (id) init
implementation

Initializes the receiver

Returns
the initialized receiver

Reimplemented from CPObject.

Definition at line 89 of file CPUserNotification.j.

◆ isPresented()

- (BOOL) isPresented
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 108 of file CPUserNotification.j.

◆ isRemote()

- (BOOL) isRemote
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 116 of file CPUserNotification.j.

◆ setContentImage:()

- (void) setContentImage: (CPImage aValue
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 172 of file CPUserNotification.j.

◆ setDeliveryDate:()

- (void) setDeliveryDate: (CPDate aValue
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 140 of file CPUserNotification.j.

◆ setDeliveryRepeatInterval:()

- (void) setDeliveryRepeatInterval: (CPTimeInterval)  aValue
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 236 of file CPUserNotification.j.

◆ setDeliveryTimeZone:()

- (void) setDeliveryTimeZone: (CPTimeZone aValue
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 252 of file CPUserNotification.j.

◆ setIdentifier:()

- (void) setIdentifier: (CPString aValue
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 188 of file CPUserNotification.j.

◆ setInformativeText:()

- (void) setInformativeText: (CPString aValue
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 204 of file CPUserNotification.j.

◆ setTitle:()

- (void) setTitle: (CPString aValue
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 220 of file CPUserNotification.j.

◆ setUserInfo:()

- (void) setUserInfo: (CPDictionary aValue
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 156 of file CPUserNotification.j.

◆ title()

- (CPString) title
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 212 of file CPUserNotification.j.

◆ userInfo()

- (CPDictionary) userInfo
implementation

Synthesized accessor method.

Provided by category CPUserNotification(CPSynthesizedAccessors).

Definition at line 148 of file CPUserNotification.j.


The documentation for this class was generated from the following files: