Package-level declarations

Types

Link copied to clipboard
abstract class BVPlaybackService : MediaBrowserServiceCompat

Abstract base class for background playback services.

Link copied to clipboard
class ServicePlayerConnector<T : BVPlaybackService>(context: Context, serviceClass: KClass<T>)

Helper that manages the start + bind lifecycle between a UI layer and BVPlaybackService.