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
|
Full Usage:
this.details
Modifiers: abstract |
|
Full Usage:
this.event
Modifiers: abstract |
|
Full Usage:
this.type
Modifiers: abstract |
A string identifying the activity. Maps to NSUserActivity.activityType. |
Full Usage:
this.userInfo
Modifiers: abstract |
Contains app-specific state stored by the activity on another device. |
fable-electron-docs-api