RenderInfoViewCreatorController

class RenderInfoViewCreatorController(val componentViewType: Int)

Helper class to keep track of the different view types that we're rendering using ViewRenderInfo.

Constructors

Link copied to clipboard
constructor(componentViewType: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun getViewCreator(viewType: Int): ViewCreator<*>?
Link copied to clipboard