UserDetails

data class UserDetails : Parcelable

This class represents some user display info. A user can be represented with the following info:

Types

Link copied to clipboard
class Builder(userAlias: String)

This class creates a UserDetails object representing some user display info. A user can be represented with the following info:

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val customAttribute: Serializable? = null

custom attribute

Link copied to clipboard
val displayName: String? = null

custom display name

Link copied to clipboard
val email: String? = null

email

Link copied to clipboard
val firstName: String? = null

firstname

Link copied to clipboard
val imageResId: Int? = null

image

Link copied to clipboard
val imageUri: Uri? = null

image

Link copied to clipboard
val imageUrl: String? = null

image

Link copied to clipboard
val lastName: String? = null

lastname

Link copied to clipboard
val nickName: String? = null

nickname

Link copied to clipboard
val userAlias: String

a not null Bandyer valid user userAlias