infoPage

abstract fun infoPage(link: String, bypassModel: BypassModel): Flow<InfoModel?>

This function is called when loading the information page for any of this items:

It's required that this 3 properties have the same link.

Return

A flow containing the InfoModel for this link or null if there was an error.

Parameters

link

Information link, it can be any string, if your module need a content id or something like that you can send it as the link, it's not required to be an http link.

bypassModel

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