bind

abstract fun bind(view: V)

Binds data to the given view so it can be rendered on screen. This will always be called after prepare so that you can use stored output from prepare here if needed.

Parameters

view

the view to bind.