CSIntMaxValueInputFilter

class CSIntMaxValueInputFilter(val getMaxValue: () -> Int) : InputFilter

Constructors

Link copied to clipboard
constructor(getMaxValue: () -> Int)

Properties

Link copied to clipboard
val getMaxValue: () -> Int

Functions

Link copied to clipboard
open override fun filter(source: CharSequence, start: Int, end: Int, dest: Spanned, dstart: Int, dend: Int): CharSequence