findAllOfflineVideo

open fun findAllOfflineVideo(): List<OfflineVideo>

Finds all offline video entities.

Return

a list of offline video entities.


open fun findAllOfflineVideo(status: Int): List<OfflineVideo>

Finds all offline video entities with the specified status

Return

a list of offline video entities.