InputBehavior

interface InputBehavior

Defines the behavior actions of an input. This can be added to a InputCustom

Functions

Link copied to clipboard
abstract fun onResult()

Notify about the result event.

Link copied to clipboard
abstract fun onSave(bundle: Bundle, index: Int)

Save the data in the bundle.

Link copied to clipboard
abstract fun onValidate(): Boolean

Validate the data of the input.