Share via


UNUserNotificationCenterDelegate.OpenSettings Method

Definition

Called to open the in-app notification settings.

[Foundation.Export("userNotificationCenter:openSettingsForNotification:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void OpenSettings(UserNotifications.UNUserNotificationCenter center, UserNotifications.UNNotification? notification);
[<Foundation.Export("userNotificationCenter:openSettingsForNotification:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member OpenSettings : UserNotifications.UNUserNotificationCenter * UserNotifications.UNNotification -> unit
override this.OpenSettings : UserNotifications.UNUserNotificationCenter * UserNotifications.UNNotification -> unit

Parameters

center
UNUserNotificationCenter

The notification center that received the response.

notification
UNNotification

The notification.

Implements

Attributes

Applies to