GfpNativeTemplateOptions

data class GfpNativeTemplateOptions @JvmOverloads constructor(val nativeAdOptions: <Error class: unknown class> = GfpNativeAdOptions.Builder().build(), val nativeTemplateAdViewFactories: Map<String, NativeTemplateAdView.Factory> = emptyMap())

Represents the options for native template ads.

Constructors

Link copied to clipboard
constructor(nativeAdOptions: <Error class: unknown class> = GfpNativeAdOptions.Builder().build(), nativeTemplateAdViewFactories: Map<String, NativeTemplateAdView.Factory> = emptyMap())

Types

Link copied to clipboard
class Builder

Builder class for constructing instances of GfpNativeTemplateOptions.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nativeAdOptions: <Error class: unknown class>

The options for native ads.

Link copied to clipboard

A map of visual keys to their corresponding native template ad.

Functions

Link copied to clipboard

Creates a new Builder instance for modifying this GfpNativeTemplateOptions. Note: This method is intended for Java code only. Kotlin code should use copy().