Adrop

object Adrop

Single access point to all Adrop SDK from Kotlin.


Functions

initialize

fun initialize(
    context: Application, 
    production: Boolean = false,
    targetCountries: Array<String> = arrayOf()
)

Initializes Adrop

  • use production = true only in the deployment environment.

  • If you are using this SDK in specific countries, pass an array of ISO 3166 alpha-2 country codes.


Properties

isProuduction

val isProduction: Boolean

Returns whether Adrop has been initialized in production mode.

Last updated