Package-level declarations

Types

Link copied to clipboard
interface Clock
Link copied to clipboard
interface Config
Link copied to clipboard

Stores all configuration related to the Klaviyo Android SDK.

Link copied to clipboard

Exception that is thrown when the application context is missing from the config

Link copied to clipboard
interface Log
Link copied to clipboard

Exception that is thrown when the Klaviyo API token is missing from the config

Link copied to clipboard

Exception that is thrown when the application context is missing from the config

Link copied to clipboard

Exception to throw when a permission is not declared for the application context

Functions

Link copied to clipboard

Extension method since there is no support for this in yet in PackageManagerCompat

Link copied to clipboard
fun Context.getManifestInt(key: String, defaultValue: Int): Int

Extension method to get an integer value from the manifest metadata

Link copied to clipboard