UIApplicationDelegate_Extensions.HandleWatchKitExtensionRequest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A watchkit extension has made a request.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public static void HandleWatchKitExtensionRequest (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSDictionary userInfo, Action<Foundation.NSDictionary> reply);
static member HandleWatchKitExtensionRequest : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSDictionary * Action<Foundation.NSDictionary> -> unit
Parameters
The instance on which this extension method operates.
- application
- UIApplication
- userInfo
- NSDictionary
- reply
- Action<NSDictionary>
- Attributes