/*** Get the data cache size of a specified mini program (under all accounts and in all versions)* @param appId Mini program appid* @return Size in bytes*/Future<int> getMiniAppCacheSizeForAllUser(String appId)
/*** Get the code package size of a specified mini program (under all accounts and in all versions)* @param appId Mini program appid* @return Size in bytes*/Future<int> getMiniAppPkgSizeForAllUser(String appId)
/*** Delete the data cache of a specified mini program (under all accounts and in all versions)* @param appId*/Future<void> clearMiniAppCacheForAllUser(String appId)
/*** Delete the code package of a specified mini program (under all accounts and in all versions)* @param appId Mini program appid*/Future<void> clearMiniAppPkgForAllUser(String appId)
/*** Delete the cache and code package of a specified mini program (under all accounts and in all versions)* @param appId*/Future<void> deleteMiniAppForAllUser(String appId)
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback