onAdDisplayFailedCallback property

dynamic Function(MaxAd ad, MaxError error) onAdDisplayFailedCallback
final

The SDK invokes this method when the ad could not be displayed.

Implementation

final Function(MaxAd ad, MaxError error) onAdDisplayFailedCallback;