HostViewAttributesCleanupBinder

class HostViewAttributesCleanupBinder : RenderUnit.Binder<Any?, Host, Any>

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
open val type: Class<*>

Functions

Link copied to clipboard
open override fun bind(context: Context, content: Host, model: Any?, layoutData: Any?): Any?
Link copied to clipboard
open override fun shouldUpdate(currentModel: Any?, newModel: Any?, currentLayoutData: Any?, nextLayoutData: Any?): Boolean
Link copied to clipboard
open override fun unbind(context: Context, content: Host, model: Any?, layoutData: Any?, bindData: Any?)