Package com.keygenqt.viewer.android.features.followers.ui.screens.followers

Functions

FollowersBody
Link copied to clipboard
@Composable
fun FollowersBody(models: LazyPagingItems<FollowerModel>, uriHandler: UriHandler? = null, navDispatcher: NavigationDispatcher? = null, onActions: (FollowersActions) -> Unit = {})
FollowersItem
Link copied to clipboard
@Composable
fun FollowersItem(model: FollowerModel, uriHandler: UriHandler? = null)
FollowersScreen
Link copied to clipboard
@Composable
fun FollowersScreen(viewModel: FollowersViewModel, onActions: (FollowersActions) -> Unit = {})

Base page fun for initialization

Preview
Link copied to clipboard
@Preview(uiMode = 16, device = "id:pixel_4")
@Preview(uiMode = 32, device = "id:pixel_4")
@Composable
private fun Preview()
@Preview(uiMode = 16, device = "id:pixel_4")
@Preview(uiMode = 32, device = "id:pixel_4")
@Composable
private fun Preview()