HomeBriefsManager

@HomeExperimentalApi
interface HomeBriefsManager


A manager for home briefs.

Summary

Public functions

suspend HomeBriefsPage
getHomeBriefs(pageSize: Int)

Fetches a paginated list of home briefs.

Public functions

getHomeBriefs

suspend fun getHomeBriefs(pageSize: Int = 20): HomeBriefsPage

Fetches a paginated list of home briefs. Default value for pageSize is 20 matching the existing behaviour of the History APIs.

Parameters
pageSize: Int = 20

The maximum number of briefs to return in a single page.

Returns
HomeBriefsPage

A HomeBriefsPage containing the fetched briefs and pagination controls.