Uses of Class
yearreview.app.data.sources.audio.adapter.AudioDatabaseAdapter
Packages that use AudioDatabaseAdapter
-
Uses of AudioDatabaseAdapter in yearreview.app.data.sources.audio
Fields in yearreview.app.data.sources.audio with type parameters of type AudioDatabaseAdapterModifier and TypeFieldDescriptionprivate List<AudioDatabaseAdapter>
AudioDataSource.adapters
Adapters used for loading the listening histories. -
Uses of AudioDatabaseAdapter in yearreview.app.data.sources.audio.adapter
Subclasses of AudioDatabaseAdapter in yearreview.app.data.sources.audio.adapterModifier and TypeClassDescriptionclass
An Adapter to input the Spotify extended listening (that can be exported here) into theAudioDatabase
.Methods in yearreview.app.data.sources.audio.adapter that return AudioDatabaseAdapterModifier and TypeMethodDescriptionstatic AudioDatabaseAdapter
AudioDatabaseAdapter.getAdapter
(AudioDatabase database, XmlNode config) Creates a new Adapter by its name.