Skip to content

Commit 6c3bbe4

Browse files
authored
Update index.md
1 parent 2d4a3ed commit 6c3bbe4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,12 @@ mVideoPlusView.startService(ServiceType.ServiceTypeVideoMode_TAG, new HashMap<St
489489
跟`视联网模式`的启动方式差不多,第一个ServiceType是个枚举。
490490

491491
```
492-
// ServiceTypeVideoMode(1),//视联网模式
492+
// ServiceTypeVideoMode_POP(1),//视联网模式- 气泡模式
493493
// ServiceTypeFrontVideo(3),//前帖广告
494-
// ServiceTypeLaterVideo(4),//后贴广告
495-
// ServiceTypePauseAd(5);//暂停广告
494+
// ServiceTypeLaterVideo(4),//后贴广告
495+
// ServiceTypePauseAd(5);//暂停广告
496+
// ServiceTypeVideoMode_TAG(6),//视联网模式 - 标签模式
497+
// ServiceTypeVideoTools(7); // 视联网小工具
496498

497499
HashMap<String, String> params = new HashMap<>();
498500
// duration 参数指定播放倒计时

0 commit comments

Comments
 (0)