initialize
Kotlin idiomatic DSL for initializing Verses.
Usage:
Verses.initialize(context) {
debug(true)
logToFile(true)
onError { throwable, message -> ... }
}Content copied to clipboard
Kotlin idiomatic DSL for initializing Verses.
Usage:
Verses.initialize(context) {
debug(true)
logToFile(true)
onError { throwable, message -> ... }
}