recentsPagerData

open suspend fun recentsPagerData(bypassModel: BypassModel): PagerData<*, RecentModel>?

This function is called only if HeadConfig.isRecentsAvailable is enabled, it's used for loading the recents section in Home.

Return

A PagerData containing a PagingData for the recents.

Parameters

bypassModel

Cloudflare bypass information extracted by the Main app, if your module doesn't require a bypass you can disable it in HeadConfig.bypassBehavior.