ProviderType

Enumeration of ad provider types used in the SDK. Defines different advertising providers and their associated render types.

Entries

Link copied to clipboard

Naver Display Ads

Link copied to clipboard

Naver Video Ads

Link copied to clipboard

Google Ad Manager (DFP)

Link copied to clipboard

Interactive Media Ads (IMA)

Link copied to clipboard

Facebook Audience Network

Link copied to clipboard

InMobi

Link copied to clipboard

Unity Ads

Link copied to clipboard

AppLovin

Link copied to clipboard

Vungle

Link copied to clipboard

Digital Turbine

Link copied to clipboard

IronSource

Link copied to clipboard

Amazon Publisher Services

Link copied to clipboard

LAN

Link copied to clipboard

Chartboost

Link copied to clipboard

BidMachine

Properties

Link copied to clipboard
val c2sRenderType: RenderType
The render type associated with this provider for client-to-server (c2s) type.

Functions

Link copied to clipboard
open fun fromRenderType(@Nullable renderType: RenderType): ProviderType
Returns the ProviderType associated with the given render type.
open fun fromRenderType(@Nullable renderTypeName: String): ProviderType
Returns the ProviderType associated with the given render type name.
Link copied to clipboard
open fun parse(@Nullable providerType: String): ProviderType
Parses a string into a ProviderType enum value.
Link copied to clipboard
open fun valueOf(name: String): ProviderType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.