SaveClient

interface SaveClient

Used to save media items with EchoMediaItem.isSaveable set to true to the library

See also

Functions

Link copied to clipboard
abstract suspend fun isItemSaved(item: EchoMediaItem): Boolean

Checks if a media item is saved to the library.

Link copied to clipboard
abstract suspend fun saveToLibrary(item: EchoMediaItem, shouldSave: Boolean)

Saves or removes a media item from the library.