次の方法で共有


UIApplication.CancelLocalNotification(UILocalNotification) メソッド

定義

ローカル通知を取り消します。

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

パラメーター

notification
UILocalNotification

取り消されたローカル通知。

属性

注釈

通知が現在表示されている場合は削除されます。表示されない場合は、キューに登録された通知が削除されます。

適用対象