rememberErrorState
Functions summary
ErrorState |
@UnstableApiRemembers the value of |
Functions
rememberErrorState
Artifact: androidx.media3:media3-ui-compose
@UnstableApi
@Composable
fun rememberErrorState(player: Player?): ErrorState
Remembers the value of ErrorState created based on the passed Player and launches a coroutine to listen to Player's error changes.