Logging Adapter
Debug adapter that logs every event to Logcat. accepts returns false in release builds so it is automatically disabled in production.
Since
1.0.0
Properties
Functions
Link copied to clipboard
Decide whether this adapter wants the given event.
Link copied to clipboard
Deliver a single event. Realtime adapters forward to their SDK here; batch adapters typically return DeliveryOutcome.Success immediately (the event is already persisted).
Link copied to clipboard
Called when in.singhangad.eventtracker.EventTracker.flush is invoked. Batch adapters should drain their queue here. Default is a no-op.
Link copied to clipboard
Called once during in.singhangad.eventtracker.EventTracker.initialize. Use this to initialise any underlying SDK, open connections, or set up resources.