fixes from code review
This commit is contained in:
parent
5e51ab9791
commit
c5aeda1fdd
3 changed files with 18 additions and 18 deletions
|
@ -109,8 +109,8 @@ Same as `unsubscribeNotification`, but removes the subscriber from `NSNotificati
|
|||
### `systemPreferences.registerDefaults(defaults)` _macOS_
|
||||
|
||||
* `defaults` Object - a dictionary of (`key: value`) user defaults
|
||||
* `key` String - must be of type `string`
|
||||
* `value` Object - object of type `string`, `boolean`, `integer`, `float`, `double`,
|
||||
* `key` String
|
||||
* `value` (String | Boolean | Number) - object of type `string`, `boolean`, `integer`, `float`, `double`,
|
||||
`url`, `array`, or `dictionary`.
|
||||
|
||||
Allows for registering of your application's preference defaults in `NSUserDefaults`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue