Android Question Read result from OkHttpResponse

eladroz

Member
Licensed User
Longtime User
Hello,

I used to work with Version 3 for a long time and after upgrading to version 8 I had to switch from working with the Http library to the OkHttp library.

I am using the InitializeGet method but I do not get any results in the ResponseSuccess event. The Response (OkHttpResponse) variable does not return any value like it used to work with the Http library.

Can someone please guide me on how to read the results, as text, from the ResponseSuccess event?

Thank you, Elad.
 
Top