Package-level declarations

Types

Link copied to clipboard
open class SimpleViewBinder<V : View> : ViewBinder<V>

Empty implementation of com.facebook.litho.viewcompat.ViewBinder. This can be useful if we need to override only one method.

Link copied to clipboard
interface ViewBinder<V : View>

Binds data to a view.

Link copied to clipboard
fun interface ViewCreator<V : View>

Creates a View of the specified type.