addedToDisplay

protected open override fun addedToDisplay()

This method is invoked by the render system when the View is first added to the Display hierarchy. This happens when the View itself-- or one of it's ancestors--is added to the Display.


var addedToDisplay: () -> Unit

See also