MCPcopy Create free account
hub / github.com/Justson/AgentWeb / IVideo

Interface IVideo

agentweb-core/src/main/java/com/just/agentweb/IVideo.java:28–39  ·  view source on GitHub ↗

@author cenxiaozhong @date 2017/6/10 @since 2.0.0

Source from the content-addressed store, hash-verified

26 * @since 2.0.0
27 */
28public interface IVideo {
29
30
31 void onShowCustomView(View view, WebChromeClient.CustomViewCallback callback);
32
33
34 void onHideCustomView();
35
36
37 boolean isVideoState();
38
39}

Callers 4

onShowCustomViewMethod · 0.65
onShowCustomViewMethod · 0.65
onHideCustomViewMethod · 0.65
onHideCustomViewMethod · 0.65

Implementers 1

VideoImplagentweb-core/src/main/java/com/just/a

Calls

no outgoing calls

Tested by

no test coverage detected