Verse Model
Represents a piece of UI in a androidx.recyclerview.widget.RecyclerView.
Inheritors
Functions
Link copied to clipboard
Binds the data to the holder.
Link copied to clipboard
Creates a new SmartViewHolder for this model.
Link copied to clipboard
Link copied to clipboard
Returns the stable ViewType ID for this model. Uses instance-level caching to ensure O(1) performance during scrolling.
Link copied to clipboard
One-time initialization callback executed immediately after createHolder. Use this to set up click listeners or one-time styling.
Link copied to clipboard
Optional callback executed when the view is created.