Compartir a través de


UNUserNotificationCenterDelegate.DidReceiveNotificationResponse Método

Definición

Se llama después de que el usuario seleccione una acción de una notificación de la aplicación.

[Foundation.Export("userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidReceiveNotificationResponse (UserNotifications.UNUserNotificationCenter center, UserNotifications.UNNotificationResponse response, Action completionHandler);
abstract member DidReceiveNotificationResponse : UserNotifications.UNUserNotificationCenter * UserNotifications.UNNotificationResponse * Action -> unit
override this.DidReceiveNotificationResponse : UserNotifications.UNUserNotificationCenter * UserNotifications.UNNotificationResponse * Action -> unit

Parámetros

center
UNUserNotificationCenter

Centro de notificaciones que recibió la respuesta.

response
UNNotificationResponse

Respuesta del usuario.

completionHandler
Action

Acción que no toma ningún argumento y no devuelve ningún valor.

Atributos

Se aplica a