Skip to content

Instantly share code, notes, and snippets.

@ojw28
Last active January 4, 2018 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ojw28/8439e67057e087effee14ec0fcd29f47 to your computer and use it in GitHub Desktop.
Save ojw28/8439e67057e087effee14ec0fcd29f47 to your computer and use it in GitHub Desktop.
class PlayerErrorListener extends Player.DefaultEventListener {
@Override
public void onPlayerError(ExoPlaybackException error) {
handlePlayerError(error);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment