matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.content
/
ContentUrlResolver
/
ResolvedMethod
Resolved
Method
sealed
class
ResolvedMethod
Content copied to clipboard
Types
Inheritors
Types
GET
Link copied to clipboard
data
class
GET
(
val
url
:
String
)
:
ContentUrlResolver.ResolvedMethod
Content copied to clipboard
POST
Link copied to clipboard
data
class
POST
(
val
url
:
String
,
val
jsonBody
:
String
)
:
ContentUrlResolver.ResolvedMethod
Content copied to clipboard
Inheritors
GET
Link copied to clipboard
POST
Link copied to clipboard