findOfflineVideo

open fun findOfflineVideo(videoId: String): OfflineVideo

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

Return

null if there is no offline entity with the given identifier, otherwise reference to first matching entity.

Parameters

videoId

the unique video identifier.