FileItem
data class FileItem(val url: String, val name: String, val options: AdResponse.FileItem.FileOptions? = null) : Parcelable
A portion of the data received from the ad server and decoded by the SDK that is associated with additional advertising content.
It is most often used in cases where advertising includes not only images but also other advertising resources, such as HTML code.
Constructors
Link copied to clipboard
Creates an FileItem instance. You can use this constructor for testing. Normally you do not need to use it.