tencent cloud

Tencent Cloud Super App as a Service

Getting the List of Recently Accessed Mini Programs

PDF
Focus Mode
Font Size
Last updated: 2024-11-21 17:27:40
The mini program SDK provides the following API to get the list of recently accessed mini programs.
/**
* Get the list of recently accessed mini programs
* @param callback
*/
public static void getRecentList(IRecentMiniCallback callback)
Sample code:
TmfMiniSDK.getRecentList(new IRecentMiniCallback() { @Override public void get(List<MiniApp> data) { //data is the recently accessed mini programs } });



Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback