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

취소된 로컬 알림입니다.

특성

설명

알림이 현재 표시되면 제거됩니다. 표시되지 않으면 대기 중인 알림이 삭제됩니다.

적용 대상