public interface StartPresentationCallback extends BrowserAsyncCallback<StartPresentationCallback.Params,StartPresentationCallback.Action>
Presentation API is available only in secure contexts (HTTPS).
The callback can be invoked only if media routing is enabled.
Modifier and Type | Interface and Description |
---|---|
static class |
StartPresentationCallback.Action
An action providing a response to the
StartPresentationCallback . |
static interface |
StartPresentationCallback.Params
The parameters of the
StartPresentationCallback . |
on