onAdItemCreated method

void onAdItemCreated(
  1. int adapterId,
  2. double probability
)

Callback for when a roll succeeds, so we are going to create a view inside it

adapterId Id of an adapter COMMENT(Do we have adapterId concept in the Flutter) probability Probability of the item containing an ad

Implementation

void onAdItemCreated(int adapterId, double probability) {}