customer-android-kotlin

//core/com.kustomer.core.models.chat/KusCurrentCustomer/KusCurrentCustomer

KusCurrentCustomer

[androidJvm]
fun KusCurrentCustomer(id: String? = null, rawJson: Any? = null, activityAt: Long? = null, createdAt: Long? = null, lastMessageAt: Long? = null, lastMessageSeenAt: Long? = null, lastMessageSentAt: Long? = null, lastOutboundMsgSentAt: Long? = null, lastSeenAt: Long? = null, signedUpAt: Long? = null, avgSatisfactionRating: Double? = null, avgSatisfactionScore: Double? = null, conversationCount: KusConversationCount? = null, name: String? = null, email: String? = null, phone: String? = null, sentiment: String? = null, createdBy: String? = null, lastMessageUnrespondedTo: String? = null, customAttributes: MutableList<KusCustomAttribute>? = mutableListOf(), company: String? = null)