We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
根据Startup文档 : https://developer.android.com/topic/libraries/app-startup 通过ContentProvider来初始化的库,可以改用Initializer来初始化,由InitializationProvider来统一启动,从而避免启动多个ContentProvider。
但在实施时,BasePopupSDK的init方法不公开,导致无法在Initializer中快速的初始化。 希望可以公开BasePopupSDK.init来支持Startup。
BasePopupSDK.init
The text was updated successfully, but these errors were encountered:
可以支持
Sorry, something went wrong.
No branches or pull requests
根据Startup文档 : https://developer.android.com/topic/libraries/app-startup
通过ContentProvider来初始化的库,可以改用Initializer来初始化,由InitializationProvider来统一启动,从而避免启动多个ContentProvider。
但在实施时,BasePopupSDK的init方法不公开,导致无法在Initializer中快速的初始化。
希望可以公开
BasePopupSDK.init
来支持Startup。The text was updated successfully, but these errors were encountered: