InputTextConstraint

data class InputTextConstraint(val type: InputTextType? = null, val regex: String? = null, val maxLength: Int? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(type: InputTextType? = null, regex: String? = null, maxLength: Int? = null)

Properties

Link copied to clipboard
val maxLength: Int? = null
Link copied to clipboard
val regex: String? = null
Link copied to clipboard
val type: InputTextType? = null

Inherited functions

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