sendReview

open suspend fun sendReview(bypassModel: BypassModel, id: Int, reviewResult: ReviewResult): Boolean?

This function is called only if HeadConfig.reviewConfig is declared, it's called whe the user sends a review.

Return

True if the review was processed successfully.

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.

id

The id of the reviewed InfoModel.

reviewResult

The review send by the user.