Interface StartPresentationCallback.Params
- Enclosing interface:
- StartPresentationCallback
public static interface StartPresentationCallback.Params
The parameters of the
StartPresentationCallback.-
Method Summary
Modifier and TypeMethodDescriptiondefault Browserbrowser()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 MediaReceiversReturns a service that allows observing available media receivers.default PresentationRequestReturns the JavaScriptPresentationRequestinitiated 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 JavaScriptPresentationRequestinitiated this presentation.
-