Compartilhar via


UIApplication.CancelLocalNotification(UILocalNotification) Método

Definição

Cancela uma notificação local.

[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

Parâmetros

notification
UILocalNotification

A notificação local cancelada.

Atributos

Comentários

Se a notificação for exibida no momento, ela será removida; Se não for exibido, a notificação na fila será descartada.

Aplica-se a