HasLithoViewChildren

An fun interface that a mountable view can extend which informs that this mountable content has other LithoView children. This is used to make sure to unmount this view's children when unmounting this view itself.

Functions

Link copied to clipboard
abstract fun obtainLithoViewChildren(lithoViews: List<BaseMountingView>)