To enhance usage scenarios, the mini program SDK has made some APIs available for customization by the superapp, allowing for unique capabilities.
Prerequisites
To implement custom APIs for the mini program SDK, you need to create a class that conforms to the TMFMiniAppSDKDelegate protocol:
#import <TCMPPSDK/TCMPPSDK.h>
@interface MIniAppDemoSDKDelegateImpl : NSObject <TMFMiniAppSDKDelegate>
@end
Once the prerequisites are met, you can proceed to customize the mini program SDK APIs according to the relevant documentation.
Documentation