UIApplicationDelegate_Extensions.UserActivityUpdated 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 NSUserActivity object in userActivity
has been updated.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void UserActivityUpdated (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSUserActivity userActivity);
static member UserActivityUpdated : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSUserActivity -> unit
Parameters
The instance on which this extension method operates.
- application
- UIApplication
- userActivity
- NSUserActivity
- Attributes