NSApplicationDelegate_Extensions.ContinueUserActivity 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.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static bool ContinueUserActivity (this AppKit.INSApplicationDelegate This, AppKit.NSApplication application, Foundation.NSUserActivity userActivity, AppKit.ContinueUserActivityRestorationHandler restorationHandler);
static member ContinueUserActivity : AppKit.INSApplicationDelegate * AppKit.NSApplication * Foundation.NSUserActivity * AppKit.ContinueUserActivityRestorationHandler -> bool
Parameters
- application
- NSApplication
- userActivity
- NSUserActivity
- restorationHandler
- ContinueUserActivityRestorationHandler
Returns
- Attributes