[6.4.0][Feat]FM数据入库并增加查询接口

This commit is contained in:
chenfufeng
2024-04-08 16:21:09 +08:00
parent 152d3a9d89
commit 2883ed51a4
5 changed files with 42 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ interface IMsgBoxProvider: IMoGoFunctionServerProvider {
*/
fun getCachedRecordBagData(): List<MsgBoxBean>
fun queryFMInfoList(context: Context, startTime: Long, endTime: Long): List<MsgBoxBean>
fun removeRecordInfo(context: Context, msgBoxBean: MsgBoxBean, key: String)
fun getDismissTime(): Long