toggle menu
trixnity-client
4.6.2
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.media
/
MediaStore
Media
Store
interface
MediaStore
:
Store
Inheritors
InMemoryMediaStore
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
)
:
ByteArrayFlow
?
init
Link copied to clipboard
open
suspend
fun
init
(
)