customer-android-kotlin

//core/com.kustomer.core.providers/KusChatProvider/getChatSettings

getChatSettings

[androidJvm]
abstract suspend fun getChatSettings(): KusResult<KusChatSetting>

Returns chat settings Default brand id is used if no value is overridden in the Core SDK KustomerCoreOptions.brandId

Note: This is a suspend function and should be called from Kotlin Coroutines

Return

KusResult of type KusChatSetting