Поделиться через


UNUserNotificationCenterDelegate_Extensions.DidReceiveNotificationResponse Метод

Определение

Вызывается, когда пользователь выбирает действие из уведомления из приложения.

[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

Параметры

This
IUNUserNotificationCenterDelegate

Экземпляр, с которым работает этот метод расширения.

center
UNUserNotificationCenter

Центр уведомлений, который получил ответ.

response
UNNotificationResponse

Ответ пользователя.

completionHandler
Action

Действие, которое не принимает аргументы и не возвращает значения.

Атрибуты

Применяется к