| | |
| | | clickAction(responseString) |
| | | } |
| | | |
| | | override fun onError(code: Int, msg: String?, resposeString: String?) { |
| | | super.onError(code, msg, resposeString) |
| | | if (showDialog) |
| | | dismissDialog() |
| | | } |
| | | |
| | | }) |
| | | } |
| | | |
| | |
| | | override fun success(responseString: String?) { |
| | | dismissDialog() |
| | | clickAction(responseString) |
| | | } |
| | | |
| | | override fun onError(code: Int, msg: String?, resposeString: String?) { |
| | | super.onError(code, msg, resposeString) |
| | | dismissDialog() |
| | | } |
| | | }) |
| | | } |
| | |
| | | clickAction(responseString) |
| | | } |
| | | |
| | | override fun onError(code: Int, msg: String?, resposeString: String?) { |
| | | super.onError(code, msg, resposeString) |
| | | if (showDialog) |
| | | dismissDialog() |
| | | } |
| | | |
| | | }) |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | override fun onError(code: Int, msg: String?, resposeString: String?) { |
| | | dismissDialog() |
| | | clickActionError(resposeString) |
| | | } |
| | | }) |
| | |
| | | |
| | | override fun onError(code: Int, msg: String?, resposeString: String?) { |
| | | super.onError(code, msg, resposeString) |
| | | |
| | | dismissDialog() |
| | | clickActionError(msg) |
| | | } |
| | | }) |
| | |
| | | override fun success(responseString: String?) { |
| | | clickAction(responseString) |
| | | } |
| | | |
| | | override fun onError(code: Int, msg: String?, resposeString: String?) { |
| | | super.onError(code, msg, resposeString) |
| | | } |
| | | }) |
| | | } |
| | | |