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

Method init

agentweb-core/src/main/java/com/just/agentweb/AgentWeb.java:377–380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

375 }
376
377 private void init() {
378 doCompat();
379 doSafeCheck();
380 }
381
382 private IVideo getIVideo() {
383 return mIVideo == null ? new VideoImpl(mActivity, mWebCreator.getWebView()) : mIVideo;

Callers 1

AgentWebMethod · 0.95

Calls 2

doCompatMethod · 0.95
doSafeCheckMethod · 0.95

Tested by

no test coverage detected