Package com.theoplayer.android.api
Interface Integration
-
- All Implemented Interfaces:
public interface IntegrationThe base API for a Player integration.
-
-
Method Summary
Modifier and Type Method Description abstract IntegrationTypegetType()-
-
Method Detail
-
getType
@NonNull() abstract IntegrationType getType()
-
-
-
-