PlayStackManagerInterface

interface PlayStackManagerInterface

Types

Link copied to clipboard
data class PlayContext(    val playServiceId: String,     val timestamp: Long,     val isBackground: Boolean = false,     val persistent: Boolean = true,     val affectPersistent: Boolean = true)
Link copied to clipboard
interface PlayContextProvider

Functions

Link copied to clipboard
abstract fun addPlayContextProvider(provider: PlayStackManagerInterface.PlayContextProvider)
Link copied to clipboard
abstract fun removePlayContextProvider(provider: PlayStackManagerInterface.PlayContextProvider)