Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Utility class to use Locale.

Link copied to clipboard

Log manager for Checkout. Serves as a proxy managing what and how to log information.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
inline fun adyenLog(level: AdyenLogLevel, tag: String, throwable: Throwable? = null, log: () -> String)

This is only meant for top level function where we cannot access this.

Link copied to clipboard
inline fun Any.adyenLog(level: AdyenLogLevel, throwable: Throwable? = null, log: () -> String)
Link copied to clipboard
inline fun <R : Any> runCompileOnly(block: () -> R): R?
Link copied to clipboard
inline fun <T, R> T.runSuspendCatching(block: T.() -> R): Result<R>