PocketStoriesViewHolder.kt |
[RecyclerView.ViewHolder] for displaying the list of [PocketRecommendedStory]s from [AppStore].
@param composeView [ComposeView] which will be populated with Jetpack Compose UI content.
@param viewLifecycleOwner [LifecycleOwner] to which this Composable will be tied to.
@param interactor [PocketStoriesInteractor] callback for user interaction.
|
5260 |