Events
The ATS Mobile SDK is DeprecatedLiveRamp has made the decision to sunset the ATS Mobile SDK effective September 30, 2026 and transition all clients to ATS API. For more information, see our announcement, or check out "ATS API Implementation Guide for Mobile Publishers".
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 6 days ago