CKComponentLifecycleManagerAsynchronousUpdateHandler Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | CKComponentLifecycleManagerAsynchronousUpdateHandler.h |
Overview
Protocol describing the behavior of an external object the CKComponentLifecycleManager can delegate asynchronous updates to.
e.g: CKComponentDatasource currently implements this protocol and enqueue an asynchronous update for the corresponding item when notified by the CKComponentLifecycleManager.