[3.2.0][feat]删除消息盒子的历史数据

This commit is contained in:
chenfufeng
2023-05-04 20:09:52 +08:00
parent a31df5ea07
commit aa90caff35
5 changed files with 22 additions and 0 deletions

View File

@@ -28,6 +28,13 @@ object CallerMsgBoxManager {
providerApi?.saveMsg(bean)
}
/**
* 删除所有消息盒子中的数据
*/
fun delMsgTable(context: Context) {
providerApi?.delMsgTable(context)
}
/**
* 通知消息V2X、云公告、运营信息
*/