tencent cloud

Introduction
Last updated: 2025-09-24 17:56:17
Introduction
Last updated: 2025-09-24 17:56:17
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

Open APIs
Others

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback