File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
core-paginglist/src/main/java/com/kevinnzou/compose/core/paginglist Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import com.kevinnzou.compose.core.paginglist.widget.*
20
20
* @param errorContent the content will show when list encounters an error data. By default this will use a [DefaultErrorContent]
21
21
* @param refreshingContent the content will show when list is loading data. By default this will use a [DefaultRefreshingContent]
22
22
* @param firstLoadErrorContent the content will show when list encounters an error data. By default this will use a [DefaultFirstLoadErrorContent]
23
+ * @param emptyListContent the content will show when list encounters an empty list. By default this will use a [DefaultEmptyListContent]
23
24
* @param pagingItemContent the content for real paging item
24
25
*/
25
26
@Composable
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import com.kevinnzou.compose.core.paginglist.widget.*
22
22
* @param errorContent the content will show when list encounters an error data. By default this will use a [DefaultErrorContent]
23
23
* @param refreshingContent the content will show when list is loading data. By default this will use a [DefaultRefreshingContent]
24
24
* @param firstLoadErrorContent the content will show when list encounters an error data. By default this will use a [DefaultFirstLoadErrorContent]
25
+ * @param emptyListContent the content will show when list encounters an empty list. By default this will use a [DefaultEmptyListContent]
25
26
* @param pagingItemContent the content for real paging item
26
27
*/
27
28
@Composable
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import androidx.paging.compose.LazyPagingItems
14
14
* @param pagingData the paging data
15
15
* @param refreshingContent the content will show when list is loading data. By default this will use a [DefaultRefreshingContent]
16
16
* @param firstLoadErrorContent the content will show when list encounters an error data. By default this will use a [DefaultFirstLoadErrorContent]
17
+ * @param emptyListContent the content will show when list encounters an empty list. By default this will use a [DefaultEmptyListContent]
17
18
* @param listContent the real list content
18
19
*/
19
20
@Composable
You can’t perform that action at this time.
0 commit comments