Back to Exoplayer

Loader.LoadErrorAction (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/upstream/Loader.LoadErrorAction.html

latest1.3 KB
Original Source

Package com.google.android.exoplayer2.upstream

Class Loader.LoadErrorAction


public static final classLoader.LoadErrorActionextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")

Action that can be taken in response to Loader.Callback.onLoadError(Loadable, long, long, IOException, int).

Method Summary

All Methods Instance Methods Concrete Methods | Modifier and Type | Method | Description | | --- | --- | --- | | boolean | isRetry() | Returns whether this is a retry action. |

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

- 

isRetry

public boolean isRetry()

Returns whether this is a retry action.