Package com.brightcove.cast.model
Class SplashScreen
- java.lang.Object
-
- com.brightcove.cast.model.SplashScreen
-
public final class SplashScreen extends java.lang.Object
The SplashScreen is an immutable data type that can be sent to the Brightcove Cast receiver app as aBrightcoveMessage
, where the type isBrightcoveMessage.DATA_TYPE_SPLASH_SCREEN
and the data is this object.
-
-
Constructor Summary
Constructors Constructor Description SplashScreen(java.lang.String source)
Instantiates a new Splash screen.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSource()
Gets source.
-