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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceImplementations of this component can be used to gain controlled access to aPlayerController.static interfaceInterface which allowsComponentsto work with their Views.static interfaceSpecial type ofPlayerControllerPlugin.Componentwhich also happens to depend on a View. -
Method Summary
Modifier and TypeMethodDescriptioncreate(PlayerController playerController) Creates and returns a new instance of thePlayerControllerPlugin.Componentthat is provided by this plugin.
-
Method Details
-
create
Creates and returns a new instance of thePlayerControllerPlugin.Componentthat is provided by this plugin.- Parameters:
playerController- The player controller- Returns:
- playerControllerComponent a new component
-