mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common
/
HttpRequestFlags
Http
Request
Flags
class
HttpRequestFlags
Properties
Properties
KEEP_COMPRESSION
Link copied to clipboard
val
KEEP_COMPRESSION
:
Int
=
1
Keep compression flag.
NONE
Link copied to clipboard
val
NONE
:
Int
=
0
PAUSE_IN_BACKGROUND
Link copied to clipboard
val
PAUSE_IN_BACKGROUND
:
Int
=
2
Supported for Android only.
PREVENT_COALESCING
Link copied to clipboard
val
PREVENT_COALESCING
:
Int
=
4
Flag to prevent the HTTP request from being coalesced with other equivalent request(s) that are currently on the fly.