Package-level declarations
Types
Link copied to clipboard
object DeviceProperties
Link copied to clipboard
Link copied to clipboard
Base class for exceptions thrown within the Klaviyo SDK
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun <ReturnType> safeCall(errorQueue: Queue<Operation<ReturnType>>? = null, block: Operation<ReturnType>): ReturnType?
Safely invoke a function and log KlaviyoExceptions rather than crash Take care not to nest safeCall invocations, because the inner exception will not halt execution of the outer method.