feat: allow resigning current NSUserActivity (#18659)

* feat: allow resigning current NSUserActivity

* wrap in @available check
This commit is contained in:
Shelley Vohr 2019-06-06 22:16:03 -07:00 committed by GitHub
parent b30484d3a9
commit abab90f563
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 4 deletions

View file

@ -964,11 +964,12 @@ Returns `String` - The type of the currently running activity.
### `app.invalidateCurrentActivity()` _macOS_
* `type` String - Uniquely identifies the activity. Maps to
[`NSUserActivity.activityType`][activity-type].
Invalidates the current [Handoff][handoff] user activity.
### `app.resignCurrentActivity()` _macOS_
Marks the current [Handoff][handoff] user activity as inactive without invalidating it.
### `app.updateCurrentActivity(type, userInfo)` _macOS_
* `type` String - Uniquely identifies the activity. Maps to