Share via


CPApplicationDelegate.WillContinueUserActivity(UIApplication, String) Method

Definition

Informs the app that the user is attempting to continue a userActivityType action for which data might not be available, and returns to notify the user that the app will continue the activity.

[Foundation.Export("application:willContinueUserActivityWithType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool WillContinueUserActivity(UIKit.UIApplication application, string userActivityType);
[<Foundation.Export("application:willContinueUserActivityWithType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillContinueUserActivity : UIKit.UIApplication * string -> bool
override this.WillContinueUserActivity : UIKit.UIApplication * string -> bool

Parameters

application
UIApplication

The UIApplication singleton for the app.

userActivityType
String

The user activity identifier.

Returns

Implements

Attributes

Applies to