SdkProperties

interface SdkProperties

Interface defining the core properties and configurations for the SDK. Provides access to various timeout settings, click handling, provider options, and SDK information.

Properties

Link copied to clipboard

Timeout duration for banner ad requests in milliseconds.

Link copied to clipboard
abstract val clickHandler: ClickHandler

Handler for managing ad click events and interactions.

Link copied to clipboard

Timeout duration for interstitial ad requests in milliseconds.

Link copied to clipboard
abstract val muteAudio: Boolean

Flag indicating whether audio should be muted by default.

Link copied to clipboard

Set of provider options for ad providers.

Link copied to clipboard

Timeout duration for rewarded ad requests in milliseconds.

Link copied to clipboard

Timeout duration for unified ad requests in milliseconds.

Link copied to clipboard

Timeout duration for video ad requests in milliseconds.

Functions

Link copied to clipboard
abstract fun buildUpon(): <Error class: unknown class>

Creates a new builder instance for modifying SDK properties.

Link copied to clipboard

Finds provider options for a specific provider type.

Link copied to clipboard
abstract fun getOmidPartnerName(): String

Returns the OMID partner name for the SDK.

Link copied to clipboard
abstract fun getPhase(): String

Returns the current phase of the SDK (e.g., development, production).

Link copied to clipboard
abstract fun getSdkVersion(): String

Returns the current version of the SDK.