PagingCallAdapterFactory
Author
skydoves (Jaewoong Eum)
Since
1.0.0
Creates PagingSourceCall instances, which return NetworkPagingSource type of the response from the service interface method with the suspend
keyword.
You can integrate PagingCallAdapterFactory with Jetpack's Paging3 library for paging network data.