customer-android-kotlin

//core/com.kustomer.core.providers/KusChatProvider/overrideBusinessSchedule

overrideBusinessSchedule

[androidJvm]
abstract suspend fun overrideBusinessSchedule(scheduleId: String): KusResult<KusSchedule>

Overrides the KusSchedule with in the SDK with the specified schedule Id.

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