Interface StartPresentationCallback.Params

Enclosing interface:
StartPresentationCallback

public static interface StartPresentationCallback.Params
The parameters of the StartPresentationCallback.
  • Method Details

    • browser

      default Browser browser()
      Returns the browser that starts the presentation.
    • mediaReceivers

      default MediaReceivers mediaReceivers()
      Returns a service that allows observing available media receivers.
    • list

      default List<MediaReceiver> list()
      Returns the list of media receivers that are able to start presentation from presentationRequest().
      Since:
      7.34
    • presentationRequest

      default PresentationRequest presentationRequest()
      Returns the JavaScript PresentationRequest initiated this presentation.