We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12a67e4 + 9ebb138 commit a4d27adCopy full SHA for a4d27ad
1 file changed
README.md
@@ -70,6 +70,18 @@ videoService.loadVideoPreview(
70
//handle an error
71
})
72
```
73
+3. Enable/disable caching
74
+```kotlin
75
+val videoService = VideoService.build{
76
+ enableCache(true)
77
+}
78
+```
79
+4. Enable/disable logging
80
81
82
+ enableLog(BuildConfig.DEBUG)
83
84
85
## Play Video from VideoPreviewModel
86
The BottomVideoController allows to run any oembed video in WebView.
87
```kotlin
0 commit comments