isAllowed method
Gate: whether campaign may show now. Capping-free policies always pass.
Implementation
bool isAllowed(CampaignModel campaign) => blockReason(campaign) == null;
Gate: whether campaign may show now. Capping-free policies always pass.
bool isAllowed(CampaignModel campaign) => blockReason(campaign) == null;