invoke
Create a new Abra instance by using an AbraConfig instance.
val abra = Abra(
config = AbraConfig(
organisation = "<ORGANISATION_ID>",
license = "<LICENSE_KEY>",
identifier = "<APP_IDENTIFIER>",
)
)
@property config The configuration to initialize the Abra SDK with.
@throws [ai.abra.sdk.license.LicenseException] If the configuration is invalid.
@return An [Abra] instance which can be used to test the app specified in the configuration.Content copied to clipboard