androidchatsdk / Notable Classes / User
User
data class User
Describes the Gladly User
Parameters
email - The email address of the user.
name - The name of the user.
Constructors
| Name | Summary |
|---|---|
| <init> | User(email:String= "", name:String= "")Describes the Gladly User |
Properties
| Name | Summary |
|---|---|
val email:StringThe email address of the user. |
|
| name | val name:StringThe name of the user. |