Compartilhar via


UNUserNotificationCenterDelegate_Extensions.DidReceiveNotificationResponse Método

Definição

Chamado quando o usuário seleciona uma ação de uma notificação do aplicativo.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidReceiveNotificationResponse (this UserNotifications.IUNUserNotificationCenterDelegate This, UserNotifications.UNUserNotificationCenter center, UserNotifications.UNNotificationResponse response, Action completionHandler);
static member DidReceiveNotificationResponse : UserNotifications.IUNUserNotificationCenterDelegate * UserNotifications.UNUserNotificationCenter * UserNotifications.UNNotificationResponse * Action -> unit

Parâmetros

This
IUNUserNotificationCenterDelegate

A instância na qual esse método de extensão opera.

center
UNUserNotificationCenter

O centro de notificação que recebeu a resposta.

response
UNNotificationResponse

A resposta do usuário.

completionHandler
Action

Uma ação que não usa argumentos e não retorna nenhum valor.

Atributos

Aplica-se a