AbraConfig

data class AbraConfig(val organisation: String, val license: String, val identifier: String)

Represents configuration options of the Abra SDK.

Constructors

Link copied to clipboard
constructor(organisation: String, license: String, identifier: String)
constructor(license: String, identifier: String)

Properties

Link copied to clipboard

The package name of the app to test

Link copied to clipboard

The license key for the Abra SDK (available in the Abra Dashboard)

Link copied to clipboard

The organisation id (available in the Abra Dashboard)