Compartir a través de


UIApplication.CancelLocalNotification(UILocalNotification) Método

Definición

Cancela una notificación 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

Notificación local que se cancela.

Atributos

Comentarios

Si la notificación se muestra actualmente, se quita; Si no se muestra, se quita la notificación en cola.

Se aplica a