rememberSeekBackButtonState

Functions summary

SeekBackButtonState

Remembers the value of SeekBackButtonState created based on the passed Player and launch a coroutine to listen to Player's changes.

Functions

rememberSeekBackButtonState

@UnstableApi
@Composable
fun rememberSeekBackButtonState(player: Player?): SeekBackButtonState

Remembers the value of SeekBackButtonState created based on the passed Player and launch a coroutine to listen to Player's changes. If the Player instance changes between compositions, produce and remember a new value.