UIKit.UILocalNotification: Property Members

The properties of UIKit.UILocalNotification are listed below. For a list of all members, see the UILocalNotification Members list.

See Also: Inherited members from Foundation.NSObject

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.