MediaViewLazyLoadingOptions

data class MediaViewLazyLoadingOptions(val placeholder: Placeholder = Placeholder.DEFAULT)

Options for media view lazy loading configuration. This option only works for Native Normal ads with IMAGE media type. Otherwise, this option is ignored.

Constructors

Link copied to clipboard
constructor(placeholder: Placeholder = Placeholder.DEFAULT)

Properties

Link copied to clipboard

The properties of placeholder displayed when the media view is loaded lazily.