Daro Ad Native Option
data class DaroAdNativeOption(val forceLandscape: Boolean = false, val adChoicePlacement: DaroAdNativeChoicePlacement = DaroAdNativeChoicePlacement.TopRight, val returnUrlsForImageAssets: Boolean = false)
Options for native ad.
Parameters
force Landscape
if set, the native ad's media will be forced to be displayed in landscape mode. Default is false.
ad Choice Placement
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)