Interface IntentToFallbackEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event,com.theoplayer.android.api.event.player.theolive.TheoLiveEvent
public interface IntentToFallbackEvent implements TheoLiveEvent<IntentToFallbackEvent>
Fired when @see TheoLiveEventTypes.INTENTTOFALLBACK occurs for the @see Player.
-
-
Method Summary
Modifier and Type Method Description abstract THEOplayerExceptiongetReason()-
-
Method Detail
-
getReason
abstract THEOplayerException getReason()
-
-
-
-