Platform.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.
Callback forwarded from the equivalent iOS AppDelegate method.
public static bool ContinueUserActivity (UIKit.UIApplication application, Foundation.NSUserActivity userActivity, UIKit.UIApplicationRestorationHandler completionHandler);
Parameters
- application
- UIKit.UIApplication
The application.
- userActivity
- Foundation.NSUserActivity
The user activity instance.
- completionHandler
- UIKit.UIApplicationRestorationHandler
The completion handler.
Returns
System.Boolean
True if the callback was handled.