Package-level declarations

Types

Link copied to clipboard
class IndexedDBMediaStore(val databaseName: String = "trixnity_media", toByteArray: suspend (uri: String, ByteArrayFlow, coroutineScope: CoroutineScope?, expectedSize: Long?, maxSize: Long?) -> ByteArray?? = null) : MediaStore
Link copied to clipboard
interface IndexeddbPlatformMedia : PlatformMedia

Functions

Link copied to clipboard
fun createIndexedDBMediaStoreModule(databaseName: String = "trixnity_media"): Module