![]() |
Mobile Ads SDK Team |
Hi,
Thank you for getting back to us.
We regret the inconvenience caused. I understand that your query is related to Ad loading callback.
I would recommend to use the below callbacks for identifying the Ad loaded status and there is no specific callback for Ad loading status.
@Override
public void onAdLoaded() {
// Code to be executed when an ad finishes loading.
}
@Override
public void onAdFailedToLoad(LoadAdError adError) {
// Code to be executed when an ad request fails.
Hi,
Thank you for getting back to us.
Upon reviewing your concern, I understand that you are having some concerns on Ad callbacks. Below is the list of callbacks available for handling the Ads.
onAdClicked(), onAdClosed(), onAdFailedToLoad(), onAdImpression(), onAdLoaded(), onAdOpened().
I confirm that there is no specific method available for getting the status for Ad loading.