API  1.0.0
CPUserNotification.h
Go to the documentation of this file.
1 
3 {
4  BOOL _presented // @accessors(getter=isPresented);
5  BOOL _remote // @accessors(getter=isRemote);
6  CPDate _actualDeliveryDate // @accessors(getter=actualDeliveryDate);
7  CPDate _deliveryDate // @accessors(property=deliveryDate);
8  CPDictionary _userInfo // @accessors(property=userInfo);
9  CPImage _contentImage // @accessors(property=contentImage);
10  CPString _identifier // @accessors(property=identifier);
11  CPString _informativeText // @accessors(property=informativeText);
12  CPString _title // @accessors(property=title);
13  CPTimeInterval _deliveryRepeatInterval // @accessors(property=deliveryRepeatInterval);
14  CPTimeZone _deliveryTimeZone // @accessors(property=deliveryTimeZone);
15  CPUserNotificationActivationType _activationType // @accessors(getter=activationType);
16 }
17 @end
A representation of a single point in time.
Definition: CPDate.h:2
A mutable key-value pair collection.
Definition: CPDictionary.h:2
An immutable string (collection of characters).
Definition: CPString.h:2
Definition: CPImage.h:2
CPTimeZone is a class to define the behvior of time zone object (like CPDatePicker) ...
Definition: CPTimeZone.h:2
The CPUserNotification class is used to configure a notification that is scheduled for display by the...