Freigeben über


UIApplication.PresentLocalNotificationNow(UILocalNotification) Methode

Definition

Zeigt sofort eine lokale Benachrichtigung an.

[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

Parameter

notification
UILocalNotification

Lokale Benachrichtigung, die vom Betriebssystem sofort für die App angezeigt wird.

Attribute

Gilt für: