SmartContainer

open class SmartContainer<T>(@LayoutRes layoutId: Int, viewType: Int, bind: View.(T, position: Int) -> Unit)

Container for SmartAdapter, include layoutId, viewType and bind, bind for init view.

Author

Ayvytr 's GitHub

Since

0.1.0

Constructors

SmartContainer
Link copied to clipboard
fun <T> SmartContainer(@LayoutRes layoutId: Int, viewType: Int, bind: View.(T, position: Int) -> Unit)

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

bind
Link copied to clipboard
val bind: View.(T, position: Int) -> Unit
layoutId
Link copied to clipboard
val layoutId: Int
viewType
Link copied to clipboard
val viewType: Int