Interface PresentationModeChange
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.player.PlayerEvent
public interface PresentationModeChange implements PlayerEvent<E>
Fired when PRESENTATIONMODECHANGE occurs for the Player.
- Can be triggered when switching between inline, fullscreen or PiP.
-
-
Method Summary
Modifier and Type Method Description abstract PresentationMode
getPresentationMode()
The new PresentationMode of the player. -
-
Method Detail
-
getPresentationMode
@NonNull() abstract PresentationMode getPresentationMode()
The new PresentationMode of the player.
- Returns:
The PresentationMode. (NonNull)
-
-
-
-