UIApplication.ScheduleLocalNotification(UILocalNotification) 方法

定义

notification计划 传递 。

[Foundation.Export("scheduleLocalNotification:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNUserNotificationCenter.AddNotificationRequest' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ScheduleLocalNotification (UIKit.UILocalNotification notification);
abstract member ScheduleLocalNotification : UIKit.UILocalNotification -> unit
override this.ScheduleLocalNotification : UIKit.UILocalNotification -> unit

参数

notification
UILocalNotification

要计划的本地通知。

属性

适用于