WKInterfaceController.OpenParentApplication 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将提供的数据发送到扩展的 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
返回
- 属性