PagingCallAdapterFactory

class PagingCallAdapterFactory : CallAdapter.Factory

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.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun get(    returnType: Type,     annotations: Array<out Annotation>,     retrofit: Retrofit): CallAdapter<*, *>?