UserPin

@IviExperimental(reasons = [])
value class UserPin(val pin: String) : Parcelable

Represents a user profile pin.

PIN means Personal Identification Number, but it can also be a password.

Constructors

Link copied to clipboard
constructor(pin: String)

Properties

Link copied to clipboard
val pin: String

Functions

Link copied to clipboard
open override fun toString(): String

Inherited functions

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