[2.13.0_update]已处理的录包消息需清除

This commit is contained in:
chenfufeng
2022-11-29 10:52:01 +08:00
parent b5293a9775
commit 5a9708581c
4 changed files with 8 additions and 28 deletions

View File

@@ -21,9 +21,7 @@ interface IMsgBoxProvider: IMoGoFunctionServerProvider {
*/
fun getCachedRecordBagData(): List<MsgBoxBean>
fun removeRecordInfo(key: String, value: Any)
fun deleteBoxBean(context: Context, msgBoxBean: MsgBoxBean)
fun removeRecordInfo(context: Context, msgBoxBean: MsgBoxBean, key: String)
fun getDismissTime(): Long
}