Sensorberg Smart Spaces SDK for Android / com.sensorberg.smartworkspace.sdk.model / User

User

data class User : Parcelable

Data class that represents the current logged user

Constructors

<init>

User(fullName: String?, email: String?)

Data class that represents the current logged user

Properties

email

var email: String?

Users email address

fullName

val fullName: String?

Users first name