[2.13.0][fix]添加查询消息盒子历史数据

This commit is contained in:
chenfufeng
2022-12-01 11:52:52 +08:00
parent 3cd125dbb6
commit 79e4767cc0
10 changed files with 45 additions and 3 deletions

View File

@@ -16,6 +16,10 @@ object CallerMsgBoxManager {
MogoServicePaths.PATH_MSG_BOX_MODULE
)
fun queryAllMessages(context: Context) {
providerApi?.queryAllMessages(context)
}
/**
* 存储数据到消息盒子
*/