Views
Last Updated - Platform 19.0.0 - SDK 14.0.0The PagingView
is the footer view presented by the ProductListViewDataSource
at the end of a page whilst loading the next.
The PoqPagingView
(default) variation of this view:
- Handles the loading state by presenting a spinner.
- Handles an error state by presenting the
CompactErrorView
.
Container.shared.views.pagingView = { PoqPagingView()}