start

fun start(context: Context)

Start Appcues services.

It is not normally expected to call this function, as services are started automatically using an androidx.startup.InitializationProvider. However, if necessary to have programmatic control to stop and start services, this function can be used.

The context parameter should be the currently active Activity, if possible, to ensure that the Appcues SDK has this Activity available to present content.

Parameters

context

The Android Context used by the host application.