retrofit response Get link Facebook X Pinterest Email Other Apps April 10, 2022 package com.guidingu24x7.retrofit interface RetrofitResponse { suspend fun sendRequest(retrofitApi: RetrofitApi):T fun onResponse(res: T) fun onException(message: String?) fun onError(error:String){} } Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment