[2.15.0_merge_3.2.0]

This commit is contained in:
zhongchao
2023-05-08 11:21:15 +08:00
523 changed files with 6717 additions and 4571 deletions

View File

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