最近搜索
没有最近搜索
Android Support SDK - initializing on-demand rather than application startup
已于 2023年9月22日 发布
I see this note in the documentation:
"You can initialize the Support SDK in your Application subclass, in an Activity, or anywhere you have access to a Context. Zendesk recommends initializing as early as possible, such as at application start time."
Any major issues with initializing more "on-demand" (before or when the user is going to access help information, for example).
0
1
1 条评论
Christopher Kennedy
Can you share some more context about your end goal in doing so?
0
登录以发表评论。