appcues / appcues-android-sdk

The Appcues Android SDK
https://www.appcues.com/mobile
MIT License
10 stars 3 forks source link

Add support for programmatic control of InitializationProvider services #518

Closed iujames closed 1 year ago

iujames commented 1 year ago

Provides programmatic access to start and stop SDK functionality that is currently initialized by the AppcuesInitializer (an androidx.startup.Initializer). It would not be expected to need this access in a typical install, which will continue to work the same, by default. But this would support more advanced control as requested in #517