FirstDrawReporter

Types

Link copied to clipboard
inner class OnDrawListener(view: View, onDrawComplete: () -> Unit) : ViewTreeObserver.OnDrawListener

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun bind(context: Context, view: View, model: Unit, layoutData: Any?): ViewTreeObserver.OnDrawListener?
Link copied to clipboard
open override fun shouldUpdate(currentModel: Unit, newModel: Unit, currentLayoutData: Any?, nextLayoutData: Any?): Boolean
Link copied to clipboard
open override fun unbind(context: Context, view: View, model: Unit, layoutData: Any?, bindData: ViewTreeObserver.OnDrawListener?)