customer-android-kotlin

//core/com.kustomer.core.providers/KusChatProvider/describeCustomer

describeCustomer

[androidJvm]
abstract suspend fun describeCustomer(describeAttributes: KusCustomerDescribeAttributes): KusResult<Boolean>

This should be used to describe any relevant attributes for the current user This should not be confused with logIn call

Return

Parameters

androidJvm

   
describeAttributes