onFailed property

(void Function(String placementId, UnityAdsBannerError error, String errorMessage)?) onFailed
final

Called when unity ads banner encounters an error.

Implementation

final void Function(
        String placementId, UnityAdsBannerError error, String errorMessage)?
    onFailed;