// Get the information of all mini programs opened recently///@return Mini program array<TMFMiniAppInfo>- (NSArray *)loadAppletsFromCache;
/// Get the object of the currently running mini program/// @return TMFAppletInfo Mini program information- (TMFMiniAppInfo *)currentApplet;
Was this page helpful?