arcgis-maps-kotlin
Toggle table of contents
200.7.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
arcgis-maps-kotlin
arcgis-maps-kotlin
/
com.arcgismaps.httpcore
/
Request
/
Method
Method
sealed
class
Method
Defines a set of supported HTTP request methods.
Since
200.2.0
Inheritors
Get
Head
Post
Unknown
Members
Types
Get
Link copied to clipboard
object
Get
:
Request.Method
Head
Link copied to clipboard
object
Head
:
Request.Method
Post
Link copied to clipboard
object
Post
:
Request.Method
Unknown
Link copied to clipboard
object
Unknown
:
Request.Method
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String