This commit is contained in:
lixiaopeng
2021-11-04 14:07:35 +08:00
parent 69773cc7bd
commit 800b814e96
11 changed files with 30 additions and 49 deletions

View File

@@ -174,6 +174,9 @@ class NoticeCheckDialog(context: Context) : BaseFloatDialog(context) {
Log.d(TAG, "onStartPrepared")
}
override fun onPlayError(url: String, vararg objects: Any) {
Log.d(TAG, "onPlayError")
}
override fun onPrepared(url: String, vararg objects: Any) {}
override fun onClickStartIcon(url: String, vararg objects: Any) {}
override fun onClickStartError(url: String, vararg objects: Any) {}
@@ -188,7 +191,6 @@ class NoticeCheckDialog(context: Context) : BaseFloatDialog(context) {
override fun onTouchScreenSeekVolume(url: String, vararg objects: Any) {}
override fun onTouchScreenSeekPosition(url: String, vararg objects: Any) {}
override fun onTouchScreenSeekLight(url: String, vararg objects: Any) {}
override fun onPlayError(url: String, vararg objects: Any) {}
override fun onClickStartThumb(url: String, vararg objects: Any) {}
override fun onClickBlank(url: String, vararg objects: Any) {}
override fun onClickBlankFullscreen(url: String, vararg objects: Any) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB