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


UNUserNotificationCenterDelegate.DidReceiveNotificationResponse Метод

Определение

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

[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

Параметры

center
UNUserNotificationCenter

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

response
UNNotificationResponse

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

completionHandler
Action

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

Атрибуты

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