Provider

Annotation used to identify and configure ad providers. This annotation is for internal SDK use only and should not be used by external developers. It defines the rendering capabilities and supported ad types for each provider.

Functions

Link copied to clipboard
abstract fun creativeType(): Array<CreativeType>
Specifies the creative types supported by the provider.
Link copied to clipboard
abstract fun productType(): ProductType
Specifies the default product type for the provider.
Link copied to clipboard
abstract fun renderSubType(): SubRenderType
Specifies the sub-render type for the provider.
Link copied to clipboard
abstract fun renderType(): Array<RenderType>
Specifies the render types supported by the provider.