Hello
Is it possible to us wait for with stg like or ? I want to load an interstital ad and wait for fail or received and continue.
Currently I use :
but here , if ad fails to load , I think app will have to wait forever so it possible to do stglike this : wait for iad_receivead or iad_failedtoreceivead ?
Is it possible to us wait for with stg like or ? I want to load an interstital ad and wait for fail or received and continue.
Currently I use :
B4X:
Wait For iad_ReceiveAd
If IAd.Ready=True Then
IAd.Show
panelloading.Visible=False
panelana.Visible=True
panelreklam.Visible=True
Else
End If
but here , if ad fails to load , I think app will have to wait forever so it possible to do stglike this : wait for iad_receivead or iad_failedtoreceivead ?