Share via


UIApplicationDelegate_Extensions.WillContinueUserActivity 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.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool WillContinueUserActivity(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, string userActivityType);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillContinueUserActivity : UIKit.IUIApplicationDelegate * UIKit.UIApplication * string -> bool

Parameters

application
UIApplication

The UIApplication singleton for the app.

userActivityType
String

The user activity identifier.

Returns

Attributes

Applies to