UIKit.UILocalNotification Members

The members of UIKit.UILocalNotification are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

AlertActionstring. An alert action.
AlertBodystring. The alert's body content.
AlertLaunchImagestring. The filename of an image used in lieu of the default launch image.
ApplicationIconBadgeNumbernint. The number to display in the app icon's badge.
Categorystring. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
DefaultSoundNameFoundation.NSString. Represents the value associated with the constant UILocalNotificationDefaultSoundName
FireDateFoundation.NSDate. The date and time when the notification will be delivered.
HasActionbool. Whether the notification shows or hides the alert action.
RegionCoreLocation.CLRegion. Documentation for this section has not yet been entered.
RegionTriggersOncebool. Documentation for this section has not yet been entered.
RepeatCalendarFoundation.NSCalendar. The calendar used when it reschedules a repeating notification.
RepeatIntervalFoundation.NSCalendarUnit. The calendar interval at which to repeat. Default is 0, indicating no repeat.
SoundNamestring. The name of the sound file to play when the alert is displayed.
TimeZoneFoundation.NSTimeZone. The time zone of the notification's FireDate.
UserInfoFoundation.NSDictionary. A dictionary of property-list values, used for custom information.

Public Methods

Copy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.
EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder

Protected Methods

override
Dispose(bool)
Releases the resources used by the UILocalNotification object.