Adrop

class Adrop

Entry point for all Adrop.


Functions

initialize

static func initialize(production: Bool = false, targetCountries: [String]? = nil)

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

var isProduction: Boolean

Returns whether Adrop has been initialized in production mode.

Last updated