Android Question Check to if Ads are blocked

MarcoRome

Expert
Licensed User
Longtime User
Hi all
Exist one way to check if ads are blocked ?
Type:
AdBlock Plus
NoRoot Ad-Remover Lite ( this is simple...disconnect wifi o inet about app )
etc.

I think that is possible utilize this Sub :

Sub Ad_FailedToReceiveAd (ErrorCode As String)
Log("failed: " & ErrorCode)
End Sub
Sub Ad_ReceiveAd
Log("received")
End Sub
Sub Ad_AdScreenDismissed
Log("screen dismissed")
End Sub

But i dont found documentation about ErrorCode. Any idea ?
Thank you all



 
D

Deleted member 103

Guest
Hi,
can this approach be used for IOS as well?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…