Mask

interface Mask

Generic text input mask controller.

Inheritors

Functions

Link copied to clipboard
abstract fun destroy()

Destroy and cleanup.

Link copied to clipboard
abstract fun getValue(): String?

Get current, unmasked value.

Link copied to clipboard
abstract fun onChange(callback: (String?) -> Unit)

Install callback when the input text value is changed.

Link copied to clipboard
abstract fun refresh()

Refresh the mask controller after external change.