UIApplicationDelegate.HandleWatchKitExtensionRequest Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Eine Watchkit-Erweiterung hat eine Anforderung gestellt.
[Foundation.Export("application:handleWatchKitExtensionRequest:reply:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void HandleWatchKitExtensionRequest (UIKit.UIApplication application, Foundation.NSDictionary userInfo, Action<Foundation.NSDictionary> reply);
abstract member HandleWatchKitExtensionRequest : UIKit.UIApplication * Foundation.NSDictionary * Action<Foundation.NSDictionary> -> unit
override this.HandleWatchKitExtensionRequest : UIKit.UIApplication * Foundation.NSDictionary * Action<Foundation.NSDictionary> -> unit
Parameter
- application
- UIApplication
- userInfo
- NSDictionary
- reply
- Action<NSDictionary>
- Attribute