saveOfflineLicense

abstract fun <T : IdentifiableEntity?> saveOfflineLicense(video: Video): T

Updates the entity with given unique video identifier to save the video license information.

Return

reference to the updated entity.

Parameters

video

the video to be saved.

See also