VideoTemplate
public class VideoTemplate : Template
Video response template
-
Title of the video
Declaration
Swift
private(set) public var title:String! -
URL that points to the video
Declaration
Swift
private(set) public var url:URL! -
Optional action
Declaration
Swift
private(set) public var action:Action? = nil -
Undocumented
Declaration
Swift
public class VideoTemplate : Template
View on GitHub
Install in Dash
VideoTemplate Class Reference