Package-level declarations
Types
Link copied to clipboard
Adapter that delivers events to a first-party backend endpoint as batched HTTP POST requests.
Link copied to clipboard
The result of a single delivery attempt by an EventAdapter.
Link copied to clipboard
interface EventAdapter
Contract for a destination that receives events. Implementations may deliver immediately (in-process SDKs) or batch over the network.
Link copied to clipboard
Debug adapter that logs every event to Logcat. accepts returns false in release builds so it is automatically disabled in production.