WKInterfaceController.HandleRemoteNotificationAction 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자가 원격 알림에 반응할 때 Watch 앱의 초기 WKInterfaceController 에서 호출됩니다.
[Foundation.Export("handleActionWithIdentifier:forRemoteNotification:")]
[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 HandleRemoteNotificationAction (string identifier, Foundation.NSDictionary remoteNotification);
abstract member HandleRemoteNotificationAction : string * Foundation.NSDictionary -> unit
override this.HandleRemoteNotificationAction : string * Foundation.NSDictionary -> unit
매개 변수
- remoteNotification
- NSDictionary
알림입니다.
- 특성
설명
이 메서드는 알림을 표시하는 가 아니라 조사식 앱 스토리보드의 초기 메서드인 WKInterfaceController 에서 호출 WKInterfaceController 됩니다.
이 메서드는 조사식 확장의 주 스레드에서 호출됩니다.