Package com.castlabs.android.views
Interface PlayerViewProvider
-
public interface PlayerViewProvider
Activities use any of the utility fragments or dialog fragments in this package can implement this interface so fragment implementations can be recreated and easily get access to theIPlayerView
.- Since:
- 3.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPlayerView
getPlayerView()
-
-
-
Method Detail
-
getPlayerView
@NonNull IPlayerView getPlayerView()
- Returns:
- Returns the
IPlayerView
-
-