Delete Log adReceived class AppLovinInterstitialRenderer #711
Closed
nguyenhung111
started this conversation in
General
Replies: 1 comment
-
@nguyenhung111 please update your log message to remove As you can see in our release notes, we have removed several deprecated APIs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
class AppLovinInterstitialRenderer write
@OverRide
public void adReceived(final AppLovinAd ad) {
Log.d(TAG, "Interstitial did load ad: " + ad.getAdIdNumber() + " for zone: " + zoneId);
appLovinInterstitialAd = ad;
}
but AppLovinAd not found long getAdIdNumber(); version newest , by crash app
Beta Was this translation helpful? Give feedback.
All reactions