Android Question FailedToReceiveAd code explain

dagodom

Member
Licensed User
Longtime User
Hello
Is there a decryption of the FailedToReceiveAd event errors?

B4X:
Sub Ad_FailedToReceiveAd (ErrorCode As String)
Msgbox ("failed:" & ErrorCode, "")
End Sub

I get a 3 error code but I have not found anything on the net that explains the meaning of this value.
Can someone help me ?

Thank you
 
Top