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: String The email address of the user. |
|
name | val name: String The name of the user. |