Package-level declarations

Types

Link copied to clipboard
object Console

Android Log output wrapper

Link copied to clipboard
Link copied to clipboard
abstract class KlaviyoException(val message: String) : Exception

Exceptions that automatically hook into our logger

Link copied to clipboard
open class Logger
Link copied to clipboard
Link copied to clipboard
typealias Registration = () -> Any
Link copied to clipboard
object Registry

Services registry for decoupling SDK components Acts as a very basic Service Locator for internal SDK dependencies