Class SplashScreen

java.lang.Object
com.brightcove.cast.model.SplashScreen

public final class SplashScreen extends Object
The SplashScreen is an immutable data type that can be sent to the Brightcove Cast receiver app as a BrightcoveMessage, where the type is BrightcoveMessage.DATA_TYPE_SPLASH_SCREEN and the data is this object.
  • Constructor Details

    • SplashScreen

      public SplashScreen(String source)
      Instantiates a new Splash screen.
      Parameters:
      source - the source
  • Method Details

    • getSource

      public String getSource()
      Gets source.
      Returns:
      the source