UIApplicationDelegate_Extensions.ContinueUserActivity Method

Definition

Informs the app that there is data associated with continuing a task specified as a NSUserActivity object, and then returns whether the app continued the activity.

[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

Parameters

This
IUIApplicationDelegate

The instance on which this extension method operates.

application
UIApplication

The UIApplication singleton.

userActivity
NSUserActivity

The user activity identifier.

completionHandler
UIApplicationRestorationHandler

System-provided callback that can be called with appropriate UIResponder or UIDocument objects.

Returns

Attributes

Applies to