UIApplication.RegisterUserNotificationSettings 메서드

정의

사용자 알림에 대한 기본 옵션을 등록합니다.

[Foundation.Export("registerUserNotificationSettings:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNUserNotificationCenter.RequestAuthorization' and 'UNUserNotificationCenter.SetNotificationCategories' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RegisterUserNotificationSettings (UIKit.UIUserNotificationSettings notificationSettings);
abstract member RegisterUserNotificationSettings : UIKit.UIUserNotificationSettings -> unit
override this.RegisterUserNotificationSettings : UIKit.UIUserNotificationSettings -> unit

매개 변수

notificationSettings
UIUserNotificationSettings

앱에서 사용하려는 알림 유형입니다.

특성

설명

필요한 경우 표준 개인 정보 대화 상자가 표시됩니다. 사용자가 상호 작용하면 M:UIKit.UIApplicationDelegate.DidRegisterUserNotifications* 가 호출됩니다.

적용 대상