VModal Android SDK
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
VModal Android SDK
VModal Android SDK
/
com.vmodal.sdk
/
SdkConfig
/
SdkConfig
Sdk
Config
constructor
(
baseUrl
:
String
=
PUBLIC_GATEWAY_URL
,
userId
:
String
=
""
,
tenantId
:
String
=
""
,
email
:
String
=
""
,
token
:
String
=
""
,
timeoutMillis
:
Int
,
mode
:
String
=
"gateway"
,
maxRetries
:
Int
=
1
,
apiKeyProvider
:
ApiKeyProvider
?
=
null
)