User

class User(val displayName: String? = null, val birthDate: Date? = null, val bitmoji: UserProcessor.Input.Bitmoji? = null)

Defines the current user properties available to process, typically used for presentation purposes.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, birthDate: Date? = null, bitmoji: UserProcessor.Input.Bitmoji? = null)

Properties

Link copied to clipboard

Optional birth date of the current user.

Link copied to clipboard

Optional Bitmoji information of the current user.

Link copied to clipboard

Optional name of the current user.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String