SVSAdPlayerConfigurationVPAIDOptions

This class holds the configuration options related to VPAID.

Constructors

Link copied to clipboard
constructor()
Default constructor with default values
constructor(@NonNull json: String)
Constructor from a JSON

Properties

Link copied to clipboard
Timeout duration for general actions on a VPAID creative (start, stop, …) (in milliseconds).
Link copied to clipboard
open val initTimeout: Int
Timeout duration for initializing a VPAID creative (in milliseconds).
Link copied to clipboard
open val loadTimeout: Int
Timeout duration for loading a VPAID creative (in milliseconds).
Link copied to clipboard
open val totalTimeout: Int
Total timeout duration for loading, initializing and starting a VPAID creative (in milliseconds).

Functions

Link copied to clipboard
Returns whether the countdown before the end of the linear break should be displayed
Link copied to clipboard
open fun isEnableSkip(): Boolean
Returns whether a skip button over VPAID ads should be displayed
Link copied to clipboard
open fun setEnableCountdownVideo(enableCountdownVideo: Boolean)
Sets whether the countdown before the end of the linear break should be displayed.
Link copied to clipboard
open fun setEnableSkip(enableSkip: Boolean)
Sets whether a skip button over VPAID ads should be displayed.
Link copied to clipboard
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)
Flatten this SVSAdPlayerConfigurationVPAIDOptions instance into a Parcel