jjzjj

AppUpdateType

全部标签

android - 应用内更新检查它是 AppUpdateType.FLEXIBLE 还是 AppUpdateType.IMMEDIATE

Playstore控制台中是否有可用的选项来配置此值?这是官方文档。代码://Createsinstanceofthemanager.AppUpdateManagerappUpdateManager=AppUpdateManagerFactory.create(context);//Returnsanintentobjectthatyouusetocheckforanupdate.TaskappUpdateInfoTask=appUpdateManager.getAppUpdateInfo();//Checksthattheplatformwillallowthespecifiedty

android - appUpdateInfo.isUpdateTypeAllowed (AppUpdateType.IMMEDIATE) 在 Android In-App Update API 中的作用是什么?

我已经在Android中关注应用内更新API已有一段时间了,但我找不到以下行的任何相关性:appUpdateInfo.isUpdateTypeAllowed(AppUpdateType.IMMEDIATE)--appUpdateInfo.isUpdateTypeAllowed(AppUpdateType.FLEXIBLE)此isUpdateTypeAllowed()方法已在Android文档中的以下代码段中使用:https://developer.android.com/guide/app-bundle/in-app-updates#update_readiness.此外,上述两个方法