CPApplicationDelegate.WillContinueUserActivity(UIApplication, String) 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 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.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool WillContinueUserActivity (UIKit.UIApplication application, string userActivityType);
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
- Attributes