userProfile

open suspend fun userProfile(bypassModel: BypassModel, profileData: InfoModel.ProfileData): Flow<ProfileModel?>?

Load a profile with custom sections declared in the ProfileModel.

Return

A flow containing the profile from the declared InfoModel.ProfileData.

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.

profileData

The declared InfoModel.ProfileData from InfoModel.