UIApplicationDelegate_Extensions.DidFailToContinueUserActivitiy 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.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
The instance on which this extension method operates.
- application
- UIApplication
- userActivityType
- String
- error
- NSError
- Attributes