Skip to content

Commit

Permalink
fix placemntId for android banner
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Sep 28, 2021
1 parent 08b42ce commit c83171e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public void onBannerFailedToLoad(BannerView bannerAdView, BannerErrorInfo errorI
code = ERROR_NO_FILL;
break;
}
sendSimpleMessage(MSG_BANNER, EVENT_SDK_ERROR, "code", code,"error", errorInfo.errorMessage, "placement_id", placementId);
sendSimpleMessage(MSG_BANNER, EVENT_SDK_ERROR, "code", code,"error", errorInfo.errorMessage, "placement_id", bannerAdView.getPlacementId());
}

@Override
Expand Down

0 comments on commit c83171e

Please sign in to comment.