AdswizzSDKConfig

data class AdswizzSDKConfig(var installationId: String, var playerId: String)

The config for the AdswizzSDK singleton

Since

7.4.0

Constructors

Link copied to clipboard
constructor(installationId: String, playerId: String)

Properties

Link copied to clipboard

installationId provided by an AdsWizz engineer or PIM. This is how it can be set in the manifest: < meta-data android:name="com.adswizz.core.installationId" android:value="ADD_YOUR_INSTALLATION_ID_HERE" />

Link copied to clipboard

playerId provided by an AdsWizz engineer or PIM. This is how it can be set in the manifest: < meta-data android:name="com.adswizz.core.playerId" android:value="ADD_YOUR_PLAYER_ID_HERE" />