JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
com.facebook.litho.annotations
Annotation Type OnCreateMountContent
@Retention
(
value
=
SOURCE
) public @interface
OnCreateMountContent
The method annotated with this annotation will be called to instantiate the mount content for the
MountSpec
. The onCreateMountContent method can only take a com.facebook.litho.ComponentContext as parameter. No props are allowed here.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element