customer-android-kotlin

//core/com.kustomer.core.models.chat/LastResponder

LastResponder

[androidJvm]
@JsonClass(generateAdapter = true)

data class LastResponder(val displayName: String?, val avatarUrl: String?)

Represents the last responder in a conversation.

Constructors

   
LastResponder [androidJvm]
constructor(displayName: String?, avatarUrl: String?)

Properties

Name Summary
avatarUrl [androidJvm]
val avatarUrl: String?
The URL of the responder’s avatar.
displayName [androidJvm]
val displayName: String?
The display name of the responder.