UNUserNotificationCenterDelegate_Extensions.DidReceiveNotificationResponse Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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