FeedAdOptions

class FeedAdOptions(var shutterColor: Int? = null, var disableSpinner: Boolean = false)

FeedAd specific configurations

Constructors

Link copied to clipboard
constructor(shutterColor: Int? = null, disableSpinner: Boolean = false)

Properties

Link copied to clipboard

Boolean that describes if spinner should be disabled, default is false.

Link copied to clipboard

Desired color-int (as obtained from android.graphics.Color.parseColor) to be used for shutter. Default is null.