trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client
/
de.connect2x.trixnity.client.media
/
MediaStore
Media
Store
interface
MediaStore
:
Store
Inheritors
CachedMediaStore
Members
Functions
add
Media
Link copied to clipboard
abstract
suspend
fun
addMedia
(
url
:
String
,
content
:
ByteArrayFlow
)
change
Media
Url
Link copied to clipboard
abstract
suspend
fun
changeMediaUrl
(
oldUrl
:
String
,
newUrl
:
String
)
clear
Cache
Link copied to clipboard
abstract
suspend
fun
clearCache
(
)
Only deletes everything, that can be fetched from server.
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
Deletes everything.
delete
Media
Link copied to clipboard
abstract
suspend
fun
deleteMedia
(
url
:
String
)
get
Media
Link copied to clipboard
abstract
suspend
fun
getMedia
(
url
:
String
)
:
PlatformMedia
?
init
Link copied to clipboard
open
suspend
fun
init
(
coroutineScope
:
CoroutineScope
)