User

class User

Metadata of the user stored in a collection.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A provided ID for the User. Unique within the collection.

Link copied to clipboard

Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.

Functions

Link copied to clipboard
inline fun copy(block: User.Builder.() -> Unit = {}): User
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