on_audio_room library

Classes

FavoritesEntity
A Entity that contains all favorites information.
FavoritesEntityAdapter
LastPlayedEntity
A Entity that contains all last_played information.
LastPlayedEntityAdapter
MostPlayedEntity
A Entity that contains all most_played information.
MostPlayedEntityAdapter
OnAudioRoom
Interface and Main method for use on_audio_room.
PlaylistEntity
A Entity that contains all playlist information.
PlaylistEntityAdapter
RoomEntity
A Entity that contains all box/room information.
SongEntity
A Entity that contains all favorites information.
SongEntityAdapter

Enums

RoomSortType
RoomSortType will define the order when querying the entities.
RoomType
RoomType will define which room you need to use.

Extensions

OnEntityFormatter on Map
A on_audio_room extension to help the package.
OnFavoritesHelper on FavoritesEntity
A on_audio_room extension to help the package.
OnFavoritesListHelper on List<FavoritesEntity>
A on_audio_room extension to help the package.
OnLastPlayedHelper on LastPlayedEntity
A on_audio_room extension to help the package.
OnLastPlayedListHelper on List<LastPlayedEntity>
A on_audio_room extension to help the package.
OnMostPlayedHelper on MostPlayedEntity
A on_audio_room extension to help the package.
OnMostPlayedListHelper on List<MostPlayedEntity>
A on_audio_room extension to help the package.
OnPlaylistFormatter on String
This method will convert a String into a PlaylistEntity.
OnSongsHelper on SongEntity
A on_audio_room extension to help the package.
OnSongsListHelper on List<SongEntity>
A on_audio_room extension to help the package.