다음을 통해 공유


WKInterfaceController.HandleLocalNotificationAction 메서드

정의

개발자는 사용되지 않는 이 메서드를 사용하면 안 됩니다. 개발자는 대신 'UNUserNotificationCenterDelegate'를 사용해야 합니다.

[Foundation.Export("handleActionWithIdentifier:forLocalNotification:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNUserNotificationCenterDelegate' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNUserNotificationCenterDelegate' instead.")]
public virtual void HandleLocalNotificationAction (string identifier, UIKit.UILocalNotification localNotification);
abstract member HandleLocalNotificationAction : string * UIKit.UILocalNotification -> unit
override this.HandleLocalNotificationAction : string * UIKit.UILocalNotification -> unit

매개 변수

identifier
String

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

localNotification
UILocalNotification
특성

적용 대상