Hi all,
where can I find the description of the OkHttpUtils2 library?
this error comes out:
B4A Versione: 12.20
Analisi del Codice. Error
Errore Analisi Programma.
Descrizione errore: Tipo sconosciuto: httpresponse
Manca un riferimento ad una libreria?
Errore nella linea: 59 (Main)
Sub hc_ResponseError(Response As HttpResponse, Reason As String, StatusCode As Int, TaskId As Int)
Thank you
where can I find the description of the OkHttpUtils2 library?
this error comes out:
B4A Versione: 12.20
Analisi del Codice. Error
Errore Analisi Programma.
Descrizione errore: Tipo sconosciuto: httpresponse
Manca un riferimento ad una libreria?
Errore nella linea: 59 (Main)
Sub hc_ResponseError(Response As HttpResponse, Reason As String, StatusCode As Int, TaskId As Int)
B4X:
ub hc_ResponseError(Response As HttpResponse, Reason As String, StatusCode As Int, TaskId As Int)
Log("Errore nella richiesta: " & Reason)
xui.MsgboxAsync("Errore nella richiesta: " & Reason, "Errore")
End Sub
Thank you