Share via


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.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ContinueUserActivity(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSUserActivity userActivity, UIKit.UIApplicationRestorationHandler completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ContinueUserActivity : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSUserActivity * UIKit.UIApplicationRestorationHandler -> bool

Parameters

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