matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.media
Package-level
declarations
Types
Types
Media
Service
Link copied to clipboard
interface
MediaService
Preview
Url
Data
Link copied to clipboard
data
class
PreviewUrlData
(
val
url
:
String
,
val
siteName
:
String
?
,
val
title
:
String
?
,
val
description
:
String
?
,
val
mxcUrl
:
String
?
,
val
imageWidth
:
Int
?
,
val
imageHeight
:
Int
?
)
Facility data class to get the common field of a PreviewUrl response form the server.