toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho.viewcompat
/
ViewCreator
View
Creator
fun
interface
ViewCreator
<
V
:
View
>
Creates a View of the specified type.
Parameters
V
the type of View to create.
Members
Functions
create
View
Link copied to clipboard
abstract
fun
createView
(
c
:
Context
,
parent
:
ViewGroup
?
)
:
V