SCDynamicStoreSetDispatchQueue(_:_:)
Initiates notifications for the notification keys, using the specified dispatch queue for the callback.
Declaration
func SCDynamicStoreSetDispatchQueue(_ store: SCDynamicStore, _ queue: dispatch_queue_t?) -> BoolParameters
- store:
The dynamic store session.
- queue:
The dispatch queue on which to run the callback function. Pass
NULLto disable notifications and release the queue.
Return Value
TRUE if notifications were successfully initiated; otherwise, FALSE.