///Pre-prepare mini program information///@param appIds Information of mini program to prepare///@param isDownload Whether to download directly///@param complete Callback for batch updating mini programs- (void)preloadMiniApps:(NSArray *)appIds isDownload:(BOOL)isDownload complete:(void (^)(NSArray * _Nullable results, NSError *_Nullable error))complete;
Was this page helpful?