Package-level declarations
Types
A com.facebook.rendercore.primitives.KBinder model that contains the typical KBinder deps together with a scoped ComponentContext.
Functions
This Style adds a mount callbacks. The BindFunc is invoked when the Component is mounted, and it receives a BindScope and the content this Component rendered to which can be a View or Drawable. The BindFunc must return an UnbindFunc and it must undo any mutations made to the View in the BindFunc. This API can be used to create higher-order Styles.
Note: Please use onBindViewWithDescription instead.
This Style adds a mount callbacks. The BindFunc is invoked when the Component is mounted, and it receives a BindScope and the content this Component rendered to which can be a View or Drawable. The BindFunc must return an UnbindFunc and it must undo any mutations made to the View in the BindFunc. This API can be used to create higher-order Styles.
An overload of Style.viewBinder which takes a RenderUnit.Binder that does not require a model.