InfinityPagedComponent
Composable function for managing an infinitely paged component.
Parameters
The type of the paginated data.
Composable function that renders the UI with the loaded data. When data is in loading state, block will receive null as it
parameter
Composable function for managing an infinitely paged component.
Parameters
The type of the paginated data.
Initial page number.
Number of items per page.
Suspended function that loads paginated data.
Composable function that renders the UI with the loaded data. When data is in loading state, block will receive null as it
parameter
Overloaded composable function for an infinitely paged component.
Parameters
The type of the paginated data.
Initial pagination information.
Suspended function that loads paginated data.
Composable function that renders the UI with the loaded data. When data is in loading state, block will receive null as it
parameter
Overloaded composable function for an infinitely paged component.
Parameters
The type of the paginated data.
Number of items per page.
Suspended function that loads paginated data.
Composable function that renders the UI with the loaded data. When data is in loading state, block will receive null as it
parameter