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
| AlertAction | string. An alert action. | |
| AlertBody | string. The alert's body content. | |
| AlertLaunchImage | string. The filename of an image used in lieu of the default launch image. | |
| ApplicationIconBadgeNumber | nint. The number to display in the app icon's badge. | |
| Category | string. Documentation for this section has not yet been entered. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | DefaultSoundName | Foundation.NSString. Represents the value associated with the constant UILocalNotificationDefaultSoundName |
| FireDate | Foundation.NSDate. The date and time when the notification will be delivered. | |
| HasAction | bool. Whether the notification shows or hides the alert action. | |
| Region | CoreLocation.CLRegion. Documentation for this section has not yet been entered. | |
| RegionTriggersOnce | bool. Documentation for this section has not yet been entered. | |
| RepeatCalendar | Foundation.NSCalendar. The calendar used when it reschedules a repeating notification. | |
| RepeatInterval | Foundation.NSCalendarUnit. The calendar interval at which to repeat. Default is 0, indicating no repeat. | |
| SoundName | string. The name of the sound file to play when the alert is displayed. | |
| TimeZone | Foundation.NSTimeZone. The time zone of the notification's FireDate. | |
| UserInfo | Foundation.NSDictionary. A dictionary of property-list values, used for custom information. |