Header menu logo fable-electron-docs-api

IOnContinueActivity Type

⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ Emitted during Handoff when an activity from a different device wants to be resumed. You should call event.preventDefault() if you want to handle this event.A user activity can be continued only in an app that has the same developer Team ID as the activity's source app and that supports the activity's type. Supported activity types are specified in the app's Info.plist under the NSUserActivityTypes key.

Instance members

Instance member Description

this.details

Full Usage: this.details

Modifiers: abstract

this.event

Full Usage: this.event

Modifiers: abstract

this.type

Full Usage: this.type

Modifiers: abstract

A string identifying the activity. Maps to NSUserActivity.activityType.

this.userInfo

Full Usage: this.userInfo

Modifiers: abstract

Contains app-specific state stored by the activity on another device.

Type something to start searching.