Package-level declarations

Types

Link copied to clipboard
class BackendBatchAdapter(endpoint: String, authToken: String? = null) : EventAdapter

Adapter that delivers events to a first-party backend endpoint as batched HTTP POST requests.

Link copied to clipboard
sealed class DeliveryOutcome

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.