Interface ErrorEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.player.PlayerEvent
public interface ErrorEvent implements PlayerEvent<E>
-
-
Method Summary
Modifier and Type Method Description abstract THEOplayerException
getErrorObject()
The THEOplayerException causing the error. -
-
Method Detail
-
getErrorObject
@NonNull() abstract THEOplayerException getErrorObject()
The THEOplayerException causing the error.
- Returns:
The THEOplayerException. (NonNull)
-
-
-
-