Coverage Summary for Class: PlayerServiceBinder (com.vsevolodganin.clicktrack.player)
Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
---|---|---|---|---|---|
PlayerServiceBinder | 0% (0/1) | 0% (0/1) | 0% (0/2) | 0% (0/7) |
package com.vsevolodganin.clicktrack.player
import android.os.Binder
import kotlinx.coroutines.flow.Flow
class PlayerServiceBinder(
val playbackState: Flow<PlaybackState?>,
) : Binder()