Package 

Class BrightcoveChannelUtil

    • Method Summary

      Modifier and Type Method Description
      static PendingResult<Status> sendMessage(@NonNull() CastSession castSession, @NonNull() String message) Send a message to the Brightcove Cast app receiver.
      static PendingResult<Status> sendBrightcoveMessage(@NonNull() CastSession castSession, @NonNull() BrightcoveMessage message) Send a BrightcoveMessage to the Brightcove Cast app receiver.
      static PendingResult<Status> castSplashScreen(@NonNull() CastSession castSession, @NonNull() SplashScreen splashScreen) Cast the Splash Screen to the Brightcove Cast app receiver.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • sendMessage

         static PendingResult<Status> sendMessage(@NonNull() CastSession castSession, @NonNull() String message)

        Send a message to the Brightcove Cast app receiver.

        Parameters:
        castSession - the cast session
        message - the message
      • sendBrightcoveMessage

         static PendingResult<Status> sendBrightcoveMessage(@NonNull() CastSession castSession, @NonNull() BrightcoveMessage message)

        Send a BrightcoveMessage to the Brightcove Cast app receiver.

        Parameters:
        castSession - the cast session
        message - the message
      • castSplashScreen

         static PendingResult<Status> castSplashScreen(@NonNull() CastSession castSession, @NonNull() SplashScreen splashScreen)

        Cast the Splash Screen to the Brightcove Cast app receiver.

        Parameters:
        castSession - the cast session
        splashScreen - the splash screen