Giriş
Bu sınıf soyuttur. Json gönderip T tipi döndürür.
Tanımlama
Şöyle yaparız.
Bu sınıf soyuttur. Json gönderip T tipi döndürür.
Tanımlama
Şöyle yaparız.
public class ImageSendJsonObjectHeader extends JsonRequest<JSONObject> {
@Override
protected Response<JSONObject> parseNetworkResponse(NetworkResponse response) {
...
}
@Override
public String getBodyContentType() {
return "form-data";
}
@Override
public Map<String, String> getHeaders() throws AuthFailureError {
HashMap<String, String> headers = new HashMap<String, String>();
...
return headers;
}
}
Hiç yorum yok:
Yorum Gönder