UIApplicationDelegate_Extensions.DidFailToContinueUserActivity 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 the activity of the userActivityType type could not be continued, and specifies a error as the reason for the failure.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidFailToContinueUserActivity(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, string userActivityType, Foundation.NSError error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidFailToContinueUserActivity : UIKit.IUIApplicationDelegate * UIKit.UIApplication * string * Foundation.NSError -> unit
Parameters
- application
- UIApplication
- userActivityType
- String
- error
- NSError
- Attributes