MusicExtensionsProvider

Interface to provide installed MusicExtensions to this extension

Properties

Link copied to clipboard

List of required MusicExtensions. If empty, all installed extensions will be provided. If not empty, only the extensions with the specified ids will be provided

Functions

Link copied to clipboard
abstract fun setMusicExtensions(extensions: List<MusicExtension>)

Called when the extension is initialized, to provide the requiredMusicExtensions to the extension.