次の方法で共有


UIApplicationDelegate_Extensions.ContinueUserActivity メソッド

定義

オブジェクトとして NSUserActivity 指定されたタスクの継続に関連するデータがあることをアプリに通知し、アプリがアクティビティを継続したかどうかを返します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ContinueUserActivity (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSUserActivity userActivity, UIKit.UIApplicationRestorationHandler completionHandler);
static member ContinueUserActivity : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSUserActivity * UIKit.UIApplicationRestorationHandler -> bool

パラメーター

This
IUIApplicationDelegate

この拡張メソッドが動作するインスタンス。

application
UIApplication

UIApplicationシングルトン。

userActivity
NSUserActivity

ユーザー アクティビティ識別子。

completionHandler
UIApplicationRestorationHandler

適切な UIResponder オブジェクトまたは UIDocument オブジェクトを使用して呼び出すことができるシステム提供のコールバック。

戻り値

属性

適用対象