UIApplicationDelegate_Extensions.DidFailToContinueUserActivitiy Method

Definition

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.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidFailToContinueUserActivitiy (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, string userActivityType, Foundation.NSError error);
static member DidFailToContinueUserActivitiy : UIKit.IUIApplicationDelegate * UIKit.UIApplication * string * Foundation.NSError -> unit

Parameters

This
IUIApplicationDelegate

The instance on which this extension method operates.

application
UIApplication
userActivityType
String
error
NSError
Attributes

Applies to