DaroAdNativeOption

data class DaroAdNativeOption(val forceLandscape: Boolean = false, val adChoicePlacement: DaroAdNativeChoicePlacement = DaroAdNativeChoicePlacement.TopRight, val returnUrlsForImageAssets: Boolean = false)

Options for native ad.

Parameters

forceLandscape

if set, the native ad's media will be forced to be displayed in landscape mode. Default is false.

adChoicePlacement

placement for native ad choice's placement. Default is DaroAdNativeChoicePlacement.TopRight

Constructors

Link copied to clipboard
constructor(forceLandscape: Boolean = false, adChoicePlacement: DaroAdNativeChoicePlacement = DaroAdNativeChoicePlacement.TopRight, returnUrlsForImageAssets: Boolean = false)

Properties

Link copied to clipboard
val forceLandscape: Boolean = false
Link copied to clipboard