toggle menu
horologist
androidJvm
switch theme
search in API
media-data
/
com.google.android.horologist.media.data.repository
/
PlaylistRepositoryImpl
Playlist
Repository
Impl
class
PlaylistRepositoryImpl
(
playlistLocalDataSource
:
PlaylistLocalDataSource
,
playlistMapper
:
PlaylistMapper
)
:
PlaylistRepository
Members
Constructors
Playlist
Repository
Impl
Link copied to clipboard
constructor
(
playlistLocalDataSource
:
PlaylistLocalDataSource
,
playlistMapper
:
PlaylistMapper
)
Functions
get
Link copied to clipboard
open
suspend override
fun
get
(
playlistId
:
String
)
:
Playlist
?
get
All
Link copied to clipboard
open
override
fun
getAll
(
)
:
Flow
<
List
<
Playlist
>
>
get
All
Downloaded
Link copied to clipboard
open
override
fun
getAllDownloaded
(
)
:
Flow
<
List
<
Playlist
>
>