MapLibre Native Android
Toggle table of contents
13.4.1
openglRelease
Target filter
openglRelease
Switch theme
Search in API
Skip to content
MapLibre Native Android
MapLibre Native Android
/
org.maplibre.android.http
/
NativeHttpRequest
Native
Http
Request
open
class
NativeHttpRequest
:
HttpResponder
(
source
)
Members
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
handle
Failure
Link copied to clipboard
open
fun
handleFailure
(
type
:
Int
,
errorMessage
:
String
)
Invoked when a resource failed to be retrieved.
on
Response
Link copied to clipboard
open
fun
onResponse
(
responseCode
:
Int
,
etag
:
String
,
lastModified
:
String
,
cacheControl
:
String
,
expires
:
String
,
retryAfter
:
String
,
xRateLimitReset
:
String
,
body
:
Array
<
Byte
>
)
Invoked when a resource has finished.