NSApplicationDelegate.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.
[Foundation.Export("application:continueUserActivity:restorationHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual bool ContinueUserActivity (AppKit.NSApplication application, Foundation.NSUserActivity userActivity, AppKit.ContinueUserActivityRestorationHandler restorationHandler);
abstract member ContinueUserActivity : AppKit.NSApplication * Foundation.NSUserActivity * AppKit.ContinueUserActivityRestorationHandler -> bool
override this.ContinueUserActivity : AppKit.NSApplication * Foundation.NSUserActivity * AppKit.ContinueUserActivityRestorationHandler -> bool
Parameters
- application
- NSApplication
- userActivity
- NSUserActivity
- restorationHandler
- ContinueUserActivityRestorationHandler
Returns
- Attributes