UIApplicationDelegate.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.
[Foundation.Export("application:didFailToContinueUserActivityWithType:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidFailToContinueUserActivitiy (UIKit.UIApplication application, string userActivityType, Foundation.NSError error);
abstract member DidFailToContinueUserActivitiy : UIKit.UIApplication * string * Foundation.NSError -> unit
override this.DidFailToContinueUserActivitiy : UIKit.UIApplication * string * Foundation.NSError -> unit
Parameters
- application
- UIApplication
- userActivityType
- String
- error
- NSError
- Attributes