Package com.castlabs.sdk.playerui
Interface PlayerControllerView.Listener
-
- Enclosing class:
- PlayerControllerView
public static interface PlayerControllerView.Listener
Generic listener interface that can be used to receive specific events from this view.- Since:
- 4.0.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onVisibilityChanged(int visibility)
Triggered when the visibility of this view is changed
-