Placeholder
data class Placeholder(@DrawableRes val image: Int, @DrawableRes val darkImage: Int, val imageSize: SizeF, @ColorInt val backgroundColor: Int, @ColorInt val darkBackgroundColor: Int)
Properties of placeholder displayed when MediaView of Native Ad is loaded lazily. The image is displayed in the center of the view with the size of imageSize.
Constructors
Link copied to clipboard
constructor(@DrawableRes image: Int, @DrawableRes darkImage: Int, imageSize: SizeF, @ColorInt backgroundColor: Int, @ColorInt darkBackgroundColor: Int)