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
-
Enum Summary Enum Description IntegrationType The types of Integrations supported by THEOplayer. -
Class Summary Class Description THEOplayerView The THEOplayerView API. 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 Integration The base API for a Player integration. THEOplayerGlobal The THEOplayer related operations which are not tied to a particular THEOplayerView. THEOplayerSettings The THEOplayerSettings API. THEOplayerConfig The THEOplayer Configuration API.