Package com.castlabs.android.player
Interface PlayerControllerPlugin
public interface PlayerControllerPlugin
A plugin interface that can be used to create plugins that need access to the
PlayerController
.- Since:
- 4.0.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Implementations of this component can be used to gain controlled access to aPlayerController
.static interface
Interface which allowsComponents
to work with their Views.static interface
Special type ofPlayerControllerPlugin.Component
which also happens to depend on a View. -
Method Summary
Modifier and TypeMethodDescriptioncreate
(PlayerController playerController) Creates and returns a new instance of thePlayerControllerPlugin.Component
that is provided by this plugin.
-
Method Details
-
create
Creates and returns a new instance of thePlayerControllerPlugin.Component
that is provided by this plugin.- Parameters:
playerController
- The player controller- Returns:
- playerControllerComponent a new component
-