Events

Learn all cases of LREvent for iOS SDK.

LREvent

SDK events are defined with LREvent enum.

CaseDescription
loadingDispatched when the SDK starts initializing.
readyDispatched when the SDK initialization process is successfully completed.
resetDispatched when the SDK has been reset.
disabledDispatched when the SDK has been disabled.
shouldSynchronizeDispatched when the automatic sync is disabled and Bloom filters need to be synchronized with the backend.
syncFullDispatched when Bloom filters synchronization is completed.
syncPartialDispatched when Bloom filters synchronization is partially completed.
syncErrorDispatched when an error occurred during Bloom filters synchronization.
CacheUnavailableDispatched when cache is unavailable.
CacheInvalidatedDispatched when cache is successfully invalidated.