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
-
Class Summary Class Description THEOplayerView The THEOplayerView API. THEOplayerGlobal The THEOplayer related operations which are not tied to a particular THEOplayerView. THEOplayerDestroyedException The THEOplayerDestroyedException is thrown when trying to use a method of a THEOplayerView on which the onDestroy was called. Builder The builder for THEOplayerConfig. -
Interface Summary Interface Description THEOplayerSettings The THEOplayerSettings API. Integration The Integration base API. THEOplayerConfig The THEOplayer Configuration API. -
Enum Summary Enum Description IntegrationType The types of Integrations supported by THEOplayer.