SCDynamicStoreSetMultiple(_:_:_:_:)
Updates multiple values in the dynamic store.
Declaration
func SCDynamicStoreSetMultiple(_ store: SCDynamicStore?, _ keysToSet: CFDictionary?, _ keysToRemove: CFArray?, _ keysToNotify: CFArray?) -> BoolParameters
- store:
The dynamic store session.
- keysToSet:
A dictionary of key-value pairs to add to the dynamic store.
- keysToRemove:
An array of keys to remove from the dynamic store.
- keysToNotify:
An array of keys to flag as changed (without changing their values).
Return Value
TRUE if the dynamic store updates were successful; otherwise, FALSE.