setDefaultImage

abstract fun setDefaultImage(image: Bitmap?)

Sets placement default image. This image will be shown in placement when no ad is available.

Parameters

image

The bitmap to set.


abstract fun setDefaultImage(resId: Int)

Sets placement default image. This image will be shown in placement when no ad is available.

Parameters

resId

The identifier of the resource.