WKInterfaceController.OpenParentApplication Method

Definition

Sends the provided data to the iOS application for the extension and passes the reply to the reply handler, if provided.

[Foundation.Export("openParentApplication:reply:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool OpenParentApplication (Foundation.NSDictionary userInfo, Action<Foundation.NSDictionary,Foundation.NSError> reply);
static member OpenParentApplication : Foundation.NSDictionary * Action<Foundation.NSDictionary, Foundation.NSError> -> bool

Parameters

userInfo
NSDictionary
reply
Action<NSDictionary,NSError>

To be added.

This parameter can be null.

Returns

Attributes

Applies to