StatefulProvider

@Stable
interface StatefulProvider

Inheritors

Properties

Link copied to clipboard
abstract var status: StatefulStatus

Functions

Link copied to clipboard
@Composable
abstract fun CustomLayout()
Link copied to clipboard
@Composable
abstract fun EmptyLayout()
Link copied to clipboard
@Composable
abstract fun LoadingLayout()
Link copied to clipboard
@Composable
abstract fun NetworkErrorLayout()