https://kotlinlang.org logo
u

ursus

06/13/2020, 11:21 PM
I have code like this to unwrap Single<Response<T>> and throw my ApiException if needed
h

Hitender Pannu

06/15/2020, 9:39 AM
is this Response. class from retrofit or you own base response wrapper for every response you get
u

ursus

06/15/2020, 3:45 PM
its retrofit.Response
5 Views