次の方法で共有


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

オペレーティング システムがアプリに対してすぐに表示するローカル通知。

属性

適用対象