onOfferwallShowFailed abstract method

void onOfferwallShowFailed(
  1. IronSourceError error
)

Invoked when showOfferWall was called and the OfferWall failed to load.

  • error represents the reason for the showOfferwall failure.

Native SDK Reference

  • Android: onOfferwallShowFailed
  • iOS: offerwallDidFailToShowWithError
    

Implementation

void onOfferwallShowFailed(IronSourceError error);