Appcues

fun Appcues(context: Context, accountId: String, applicationId: String, config: AppcuesConfig.() -> Unit? = null): Appcues

Construct and return an instance of the Appcues SDK.

Parameters

context

The Android Context used by the host application.

accountId

The Appcues Account ID found in Studio settings.

applicationId

The Appcues Application ID found in Studio settings.

config

Optional, additional settings on AppcuesConfig to use when initializing the SDK.