Events

⚠️

The ATS Mobile SDK is Deprecated

LiveRamp 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.

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.