DigitInputFormatter

Constructors

Link copied to clipboard
constructor(mask: String)

Functions

Link copied to clipboard
open override fun afterTextChanged(s: Editable?)
Link copied to clipboard
open override fun beforeTextChanged(s: CharSequence?, start: Int, count: Int, after: Int)
Link copied to clipboard
open override fun getMask(): String
Link copied to clipboard
open override fun onTextChanged(s: CharSequence?, start: Int, before: Int, count: Int)
Link copied to clipboard
open override fun setMask(mask: String)