matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.media
Package
org.
matrix.
android.
sdk.
api.
session.
media
Types
Types
Media
Service
Link copied to clipboard
interface
MediaService
Content copied to clipboard
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
?
)
Content copied to clipboard
Facility data class to get the common field of a PreviewUrl response form the server.