promptReview() at the moment a player has formed a view and is between
actions — right after their first completed round is a good one.
What happens
Bankroll draws the card, records the answer, and reads it. Your app gets nothing back:promptReview() resolves with no value as soon as the host has
taken the request, whether or not a card appears. With either vote the
player may add a sentence; the words go to Bankroll.
How often it shows
Bankroll limits how often any one player sees the card, so calling often costs nothing. Call it once, at the right moment. Do not call it on load, and do not await it in your game loop.It never rejects
Likehaptics(), this call never rejects: in a plain
browser, under a Bankroll host too old to carry it, or on any bridge failure,
it resolves having done nothing. Gate nothing on it.