本文介绍了如何在Android 8.0中阻止用户检测通知通道的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当用户阻止由我的应用程序创建的通知通道时,我的应用程序会收到回调吗?

Is there any callback my application receives when user blocks a Notification Channel created by my application OR it can be detected later ?

推荐答案

否,API没有提供此类侦听器.发出通知之前,您每次都必须检查一下.

No, there is no such listener provided by the APIs.You will have to check each time before you make a notification.

来自开发者文档

这篇关于如何在Android 8.0中阻止用户检测通知通道的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 19:13
查看更多