CPApplicationDelegate.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.
[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
Parameters
- application
- UIApplication
Reference to the UIApplication that invoked this delegate method.
- userInfo
- NSDictionary
- reply
- Action<NSDictionary>
- Attributes