SASSecondaryImplementationInfo

data class SASSecondaryImplementationInfo(val primarySdkName: String, val primarySdkVersion: String, val mediationAdapterVersion: String)

Additional implementation information that can be provided to the SDK when integrated as secondary SDK.

Constructors

Link copied to clipboard
constructor(primarySdkName: String, primarySdkVersion: String, mediationAdapterVersion: String)

Properties

Link copied to clipboard

The mediation adapter version.

Link copied to clipboard

Name of the primary SDK calling the Equativ SDK.

Link copied to clipboard

Version of the primary SDK calling the Equativ SDK.