In order to enrich the usage scenarios, the mini program SDK opens a part of the interface to the outside world, which can be customised and implemented by the host application in order to provide the capabilities featured by the host application for the mini program to use.
Prerequisites
To implement the interface customisation of the mini program SDK, you need to create a class and follow the TMFMiniAppSDKDelegate protocol:
#import <TCMPPSDK/TCMPPSDK.h>
@interface MIniAppDemoSDKDelegateImpl : NSObject <TMFMiniAppSDKDelegate>
@end
Once the prerequisite steps are complete, you can follow the sub-documentation below to customize the mini program SDK interface.
Related Documents
Was this page helpful?