tencent cloud

Tencent Cloud Super App as a Service

DocumentaçãoTencent Cloud Super App as a Service

Getting the List of Recently Accessed Mini Programs

Baixar
Modo Foco
Tamanho da Fonte
Última atualização: 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 } });



Ajuda e Suporte

Esta página foi útil?

comentários