UIApplication.PresentLocalNotificationNow(UILocalNotification) 方法

定义

立即显示本地通知。

[Foundation.Export("presentLocalNotificationNow:")]
[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 PresentLocalNotificationNow (UIKit.UILocalNotification notification);
abstract member PresentLocalNotificationNow : UIKit.UILocalNotification -> unit
override this.PresentLocalNotificationNow : UIKit.UILocalNotification -> unit

参数

notification
UILocalNotification

操作系统立即为应用显示本地通知。

属性

适用于