FetchAppVideoCommand

open class FetchAppVideoCommand : Command<T>

Created by jesse on 9/20/16.

Constructors

Link copied to clipboard
constructor(guid: String)

Functions

Link copied to clipboard
open fun cancel()
Link copied to clipboard
open fun execute(callback: ICommandCallback<Any>)
Link copied to clipboard
open fun setRetries(tries: Int): Command<T>
Link copied to clipboard
open fun setTimeout(timeout: Long): Command<T>