stop

fun stop(context: Context)

Stop 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.

Parameters

context

The Android Context used by the host application.