CreativeExtension

data class CreativeExtension @JvmOverloads constructor(var value: String = "", var type: String? = null, var attributes: MutableMap<String, String> = mutableMapOf(), var xmlString: String? = null) : VastDataClassInterface

Constructors

Link copied to clipboard
constructor(value: String = "", type: String? = null, attributes: MutableMap<String, String> = mutableMapOf(), xmlString: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var type: String?
Link copied to clipboard
Link copied to clipboard
open override var xmlString: String?