tencent cloud

Tencent Cloud Super App as a Service

문서Tencent Cloud Super App as a Service

Getting the List of Recently Accessed Mini Programs

Download
포커스 모드
폰트 크기
마지막 업데이트 시간: 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 } });



도움말 및 지원

문제 해결에 도움이 되었나요?

피드백