Gugal Json Request
class GugalJsonRequest(method: Int, url: String, jsonRequest: JSONObject?, listener: Response.Listener<JSONObject>, errorResponseListener: (ErrorResponse) -> Unit, otherErrorListener: Response.ErrorListener?, extraHeaders: MutableMap<String, String>? = null) : JsonObjectRequest
Custom JSON request with Gugal header wrapper
Note: this class is unimplemented and unused. It was added for reproducibility and will become fully available in a future Gugal version.
Constructors
Link copied to clipboard
constructor(method: Int, url: String, jsonRequest: JSONObject?, listener: Response.Listener<JSONObject>, errorResponseListener: (ErrorResponse) -> Unit, otherErrorListener: Response.ErrorListener?, extraHeaders: MutableMap<String, String>? = null)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard