Skip to content

Commit 117e230

Browse files
authored
Update index.md
1 parent f78be77 commit 117e230

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,21 @@ protected void onDestroy() {
413413

414414
## 视联网模式
415415

416+
额外引用
417+
418+
```
419+
// 需在对应module 的gradle中额外引用
420+
provided "com.just.agentweb:agentweb:4.1.2"
421+
422+
// 在VideoOsAdapter中实现对应插件
423+
// webView插件
424+
@Override
425+
public Class<? extends IVenvyWebView> buildWebView() {
426+
return VenvyWebView.class;
427+
}
428+
```
429+
430+
416431
通过`videoOsView`的startService()启动视联网模式
417432

418433
```

0 commit comments

Comments
 (0)