customer-android-kotlin

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

KusCurrentCustomer

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