onRoll method

void onRoll(
  1. int itemIdInData
)

Callback for when we roll to know if an ad should be loaded after the item, this is just an event that happens before the roll

itemIdInData Id that is assigned to the data, order id in the data

Implementation

void onRoll(int itemIdInData) {}