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.adaptersAdapters 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 TypeClassDescriptionclassAn 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 AudioDatabaseAdapterAudioDatabaseAdapter.getAdapter(AudioDatabase database, XmlNode config) Creates a new Adapter by its name.