Krish
04/27/2020, 5:12 PMinterface Response extends CommonResponseParams {
// API endpoint specific params
}
Shawn
04/27/2020, 6:33 PMShawn
04/27/2020, 6:33 PMKayCee
04/28/2020, 2:38 AMKrish
04/28/2020, 5:38 AMGson().fromJson(responseBody, MyObject::class.java)
Perhaps there is a better approach for what I am trying to implement? Please do tell me your suggestions! Thanks so much guys!