Class PlayerViewPlugin.SingleViewPlayerViewComponent<ViewType extends View>

java.lang.Object
com.castlabs.android.player.PlayerViewPlugin.SingleViewPlayerViewComponent<ViewType>
Type Parameters:
ViewType - the type of the specific View
All Implemented Interfaces:
PlayerViewPlugin.PlayerViewComponent
Direct Known Subclasses:
SubtitlesViewComponent
Enclosing interface:
PlayerViewPlugin

public abstract static class PlayerViewPlugin.SingleViewPlayerViewComponent<ViewType extends View> extends Object implements PlayerViewPlugin.PlayerViewComponent
Helper class which extracts all the common logic in a PlayerViewPlugin.PlayerViewComponent in case it only operates on one single View.