onAdItemFailedToCreate method

void onAdItemFailedToCreate(
  1. String message
)

Callback that happens when we are using more advanced infinite scroll techniques, where we might not find a valid wrapper inside the item

message String information about the error

Implementation

void onAdItemFailedToCreate(String message) {}