共用方式為


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

傳回

屬性

適用於