UIApplicationDelegate.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.
[Foundation.Export("application:didFailToContinueUserActivityWithType:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFailToContinueUserActivity(UIKit.UIApplication application, string userActivityType, Foundation.NSError error);
[<Foundation.Export("application:didFailToContinueUserActivityWithType:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidFailToContinueUserActivity : UIKit.UIApplication * string * Foundation.NSError -> unit
override this.DidFailToContinueUserActivity : UIKit.UIApplication * string * Foundation.NSError -> unit
Parameters
- application
- UIApplication
- userActivityType
- String
- error
- NSError
Implements
- Attributes