What I use instead of Advertisement.isReady(placementid) in 4.0.0

What I need to use instead of Advertisement.isReady in 4.0.0
Here’s my code
if (Advertisement.IsReady(UnityInterstitialID))
{
Advertisement.Show(UnityInterstitialID);
}
Thanks for helps

Deprecated API classes I checked this link but I can’t understood

@viaice

We recommend using the Load listener to know when an ad is ready to show. You can see an example in the basic ad documentation and rewarded ad documentation.

1 Like

Thank you so much