PagingSource.LoadResult
-
Cmn
sealed class PagingSource.LoadResult<Key : Any, Value : Any>
PagingSource.LoadResult.Error |
Error result object for |
PagingSource.LoadResult.Invalid |
Invalid result object for |
PagingSource.LoadResult.Page |
Success result object for |
Result of a load request from PagingSource.load.
Summary
Nested types |
|---|
data class PagingSource.LoadResult.Error<Key : Any, Value : Any> : PagingSource.LoadResultError result object for |
class PagingSource.LoadResult.Invalid<Key : Any, Value : Any> : PagingSource.LoadResultInvalid result object for |
data class PagingSource.LoadResult.Page<Key : Any, Value : Any> : PagingSource.LoadResult, IterableSuccess result object for |
Protected constructors |
|
|---|---|
<Key : Any, Value : Any> LoadResult() |
Cmn
|