Hi Erel, All. I see this code in HttpJob Source
and of course in B4i in this Method i have error.
The question is: Do you have any reason not to declare taskId in B4i ?
Thank you
Marco
B4X:
#if B4A or B4J
Private taskId As String '<----- WHY HERE YES AND IN B4i NO ?
Private req As OkHttpRequest
Public Response As OkHttpResponse
#Else
Private req As HttpRequest
Public Response As HttpResponse
#End If
and of course in B4i in this Method i have error.
B4X:
'Get Size
Public Sub GetSize As Long
Return File.Size(HttpUtils2Service.TempFolder, taskId) '<---- taskId undeclared
End Sub
The question is: Do you have any reason not to declare taskId in B4i ?
Thank you
Marco