//core/com.kustomer.core.providers/KusChatProvider/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
androidJvm
describeAttributes |