UIKit.UIApplication.ScheduledLocalNotifications Property
An array of UIKit.UILocalNotifications that are currently scheduled.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_4_0)]
[get: Foundation.Export("scheduledLocalNotifications")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_4_0)]
[set: Foundation.Export("setScheduledLocalNotifications:")]
[set: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_4_0)]
public virtual UILocalNotification[] ScheduledLocalNotifications { get; set; }

Value

An array of UIKit.UILocalNotification objects.

Remarks

If application developers set this property, the local notifications are replaced via a series of calls to UIApplication.CancelLocalNotification and UIApplication.ScheduleLocalNotification.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0