[3.2.0][feat]删除消息盒子的历史数据
This commit is contained in:
@@ -28,6 +28,13 @@ object CallerMsgBoxManager {
|
||||
providerApi?.saveMsg(bean)
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除所有消息盒子中的数据
|
||||
*/
|
||||
fun delMsgTable(context: Context) {
|
||||
providerApi?.delMsgTable(context)
|
||||
}
|
||||
|
||||
/**
|
||||
* 通知消息:V2X、云公告、运营信息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user