Share via


UNUserNotificationCenterDelegate_Extensions.OpenSettings Method

Definition

Called to open the in-app notification settings.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void OpenSettings(this UserNotifications.IUNUserNotificationCenterDelegate This, UserNotifications.UNUserNotificationCenter center, UserNotifications.UNNotification? notification);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member OpenSettings : UserNotifications.IUNUserNotificationCenterDelegate * UserNotifications.UNUserNotificationCenter * UserNotifications.UNNotification -> unit

Parameters

center
UNUserNotificationCenter

The notification center that received the response.

notification
UNNotification

The notification.

Attributes

Applies to