GetVideoTask

@Emits(events = [])
@ListensFor(events = [])
open class GetVideoTask : EdgeTask<T> , Component

Constructors

Link copied to clipboard
constructor(eventEmitter: EventEmitter, baseURL: String, headers: Map<String, String>, account: String, policy: String)
constructor(eventEmitter: EventEmitter, baseURL: String, headers: Map<String, String>, queryParameters: Map<String, String>, account: String, policy: String)
constructor(eventEmitter: EventEmitter, baseURL: String, httpRequestConfig: HttpRequestConfig, account: String, policy: String)
constructor(eventEmitter: EventEmitter, baseURL: String, httpRequestConfig: HttpRequestConfig, account: String)

Properties

Link copied to clipboard
val AD_SUPPORTED: String = "AD_SUPPORTED"
Link copied to clipboard
val ECONOMICS: String = "economics"
Link copied to clipboard
val FREE: String = "FREE"

Functions

Link copied to clipboard
open fun getById(videoId: String, videoListener: VideoListener)
Link copied to clipboard
open fun getByReferenceId(referenceId: String, videoListener: VideoListener)