ValidationHints

class ValidationHints(val minDigits: Int = 0, val maxDigits: Int = Int.MAX_VALUE)(source)

A class for defining validation hints like min/max digit requirements.

Constructors

Link copied to clipboard
constructor(minDigits: Int = 0, maxDigits: Int = Int.MAX_VALUE)
constructor(minDigits: Int? = null, maxDigits: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard