UIApplicationDelegate_Extensions.ContinueUserActivity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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