Interface StartPresentationCallback
- All Superinterfaces:
AsyncCallback<StartPresentationCallback.Params,,StartPresentationCallback.Action> BrowserAsyncCallback<StartPresentationCallback.Params,,StartPresentationCallback.Action> BrowserCallback,Callback
public interface StartPresentationCallback
extends BrowserAsyncCallback<StartPresentationCallback.Params,StartPresentationCallback.Action>
A callback that is invoked when a presentation has been requested via the JavaScript
Presentation API.
Presentation API is available only in secure contexts (HTTPS).
The callback can be invoked only if media routing is enabled.
- Since:
- 7.29
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classAn action providing a response to theStartPresentationCallback.static interfaceThe parameters of theStartPresentationCallback. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.AsyncCallback
on