WKInterfaceController.OpenParentApplication 方法

定义

将提供的数据发送到扩展的 iOS 应用程序,并将回复 reply 传递给处理程序(如果提供)。

[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

参数

userInfo
NSDictionary
reply
Action<NSDictionary,NSError>

内容待定。

此参数可以为 null

返回

属性

适用于