toggle menu
Core
0.5.1
common
switch theme
search in API
Core
/
io.telereso.kmp.core
/
Config
/
Companion
/
builder
builder
inline
fun
builder
(
appName
:
String
,
appVersion
:
String
,
block
:
Config.Builder
.
(
)
->
Unit
=
{}
)
:
Config
a Kotlin DSL fun that uses scope to build the Manager.
Parameters
app
Name
a mandatory value needed to be passed
app
Version
a mandatory value needed to be passed
@
JvmStatic
fun
builder
(
appName
:
String
,
appVersion
:
String
)
:
Config.Builder