Interface StartPresentationCallback.Params
- Enclosing interface:
- StartPresentationCallback
public static interface StartPresentationCallback.Params
The parameters of the
StartPresentationCallback
.-
Method Summary
Modifier and TypeMethodDescriptiondefault Browser
browser()
Returns the browser that starts the presentation.default List<MediaReceiver>
list()
Returns the list of media receivers that are able to start presentation from presentationRequest().default MediaReceivers
Returns a service that allows observing available media receivers.default PresentationRequest
Returns the JavaScriptPresentationRequest
initiated this presentation.
-
Method Details
-
browser
Returns the browser that starts the presentation. -
mediaReceivers
Returns a service that allows observing available media receivers. -
list
Returns the list of media receivers that are able to start presentation from presentationRequest().- Since:
- 7.34
-
presentationRequest
Returns the JavaScriptPresentationRequest
initiated this presentation.
-