OnSelectAdQuality
fun interface OnSelectAdQuality
Callback interface for selecting a media file from the available options in a VAST response. See BitmovinAdvertisingConfig.onSelectAdQuality for usage details.
Functions
| Name | Summary |
|---|---|
| selectAdQuality | abstract fun selectAdQuality(context: AdQualitySelectionContext): MediaFile Called when a media file is selected from the available AdQualitySelectionContext.available. The implementation should return the chosen MediaFile. |