onRollFailed method

void onRollFailed(
  1. int itemIdInData
)

Callback for when a roll for an item says there is no ad in that item. Failed might be misunderstood, since is not failed in an error or warning, but the roll simply said we should not load an ad in this item, is not for error catching is just a thing that can happen due to the probability distribution of the infinite scroll configuration

itemIdInData Id that is assigned to the data

Implementation

void onRollFailed(int itemIdInData) {}