Closed edward1988 closed 3 years ago
looking for the same thing
Hey @chitgoks @edward1988 New version of magicalExoPlayer is released.
You can use AndExoPlayerListener and use callbacks that available there.
`
fun onExoPlayerStart() {}
fun onExoPlayerFinished() {}
fun onExoPlayerLoading() {}
fun onExoPlayerError(errorMessage: String?) {}
fun onExoBuffering() {}
fun onExoEnded() {}
fun onExoIdle() {}
fun onExoReady() {}
`
Hi, thanks for your awesome player, but i need to know when video is over or video loaded or something else. Can i get some callback from this player?