Events
Learn all cases of LREvent for iOS SDK.
LREvent
SDK events are defined with LREvent enum.
| Case | Description |
|---|---|
loading | Dispatched when the SDK starts initializing. |
ready | Dispatched when the SDK initialization process is successfully completed. |
reset | Dispatched when the SDK has been reset. |
disabled | Dispatched when the SDK has been disabled. |
shouldSynchronize | Dispatched when the automatic sync is disabled and Bloom filters need to be synchronized with the backend. |
syncFull | Dispatched when Bloom filters synchronization is completed. |
syncPartial | Dispatched when Bloom filters synchronization is partially completed. |
syncError | Dispatched when an error occurred during Bloom filters synchronization. |
CacheUnavailable | Dispatched when cache is unavailable. |
CacheInvalidated | Dispatched when cache is successfully invalidated. |
Updated 8 months ago