SCDynamicStoreNotifyValue(_:_:)
Causes a notification to be delivered for the specified key in the dynamic store.
Declaration
func SCDynamicStoreNotifyValue(_ store: SCDynamicStore?, _ key: CFString) -> BoolParameters
- store:
The dynamic store session.
- key:
The key that should be flagged as changed. All dynamic store sessions that are monitoring this key will receive a notification. Note that the key’s value is not updated.
Return Value
TRUE if the notification was processed; FALSE if an error occurred.