deleteOfflineVideo

open fun deleteOfflineVideo(videoId: String): Boolean

Deletes the first offline video entity with the given video identifier.

Return

true if a matching entity was found and deleted, otherwise false.

Parameters

videoId

the unique video identifier.