HomeBriefsPage.Success

interface HomeBriefsPage.Success : HomeBriefsPage


Represents a successful fetch of a home briefs page.

Summary

Public functions

suspend HomeBriefsPage

Returns the next page of home briefs.

Public properties

Boolean

Whether this is the last page of the home briefs.

String

Token for fetching the next page of results.

List<HomeBrief>

The list of home briefs.

Public functions

loadNext

suspend fun loadNext(): HomeBriefsPage

Returns the next page of home briefs. If there are no more pages, returns an error page.

Public properties

endOfPagination

val endOfPaginationBoolean

Whether this is the last page of the home briefs.

nextPageToken

val nextPageTokenString

Token for fetching the next page of results. Empty if no more pages are available.

result

val resultList<HomeBrief>

The list of home briefs.