Package com.theoplayer.android.api
This package defines the API of the THEOplayer Android SDK. In the top level of this package, you can find the THEOplayerView class.
To make a THEOplayerView object programmatically, you could add following code to your activity:
THEOplayerView playerView = new THEOplayerView(this, new THEOplayerConfig.Builder().build());See: Description
-
Interface Summary Interface Description Integration The base API for a Player integration. THEOplayerSettings The THEOplayerSettings API. THEOplayerGlobal The THEOplayer related operations which are not tied to a particular THEOplayerView. THEOplayerConfig The THEOplayer Configuration API. -
Class Summary Class Description THEOplayerDestroyedException The THEOplayerDestroyedException is thrown when trying to use a method of a THEOplayerView on which the onDestroy was called. THEOplayerView The THEOplayerView API. Builder The builder for THEOplayerConfig. -
Enum Summary Enum Description IntegrationType The types of Integrations supported by THEOplayer.