Contact
data class Contact( val name: String, val type: Contact.Type, val number: String?, val label: Contact.Label?, val profileImgUrl: String?, val message: Contact.Message?, val time: String?, val numInMessageHistory: String?, val token: String?, val score: String?)
Content copied to clipboard
Constructors
Link copied to clipboard
fun Contact( name: String, type: Contact.Type, number: String?, label: Contact.Label?, profileImgUrl: String?, message: Contact.Message?, time: String?, numInMessageHistory: String?, token: String?, score: String?)
Content copied to clipboard
Types
Functions
Properties
Link copied to clipboard
@SerializedName(value = "numInMessageHistory")
Content copied to clipboard