菜鸟教程小白 发表于 2022-12-12 19:18:54

android - ionic 通知监听器,实现


                                            <p><p>目前,我创建了一个项目,其中包含一个应用程序,该应用程序通过蓝牙模块将我的手机连接到 Arduino。我已经成功地在两者之间建立了可靠的连接,现在我想要一个脚本/东西,只要手机收到通知,就会向连接到 Arduino 的 LED 发送 10 秒闪烁的灯。这似乎很简单,直到我研究了如何做到这一点,并发现 <strong>BroadcastReciever。</strong> 是否有适用于系统获得的<strong>所有通知</strong>的广播接收器,可能是这样吗?通过通知发送来电、短信或应用信息?</p>

<p>如果有人有任何与<strong>广播接收器</strong>无关的想法,我会全力以赴。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我猜您想知道通知何时到达。为此,您可能需要一个名为 NotificationListener 的东西。希望以下 API 有所帮助:</p>

<p> <a href="http://developer.android.com/reference/android/service/notification/NotificationListenerService.html" rel="noreferrer noopener nofollow">http://developer.android.com/reference/android/service/notification/NotificationListenerService.html</a> </p>

<p> <a href="http://developer.android.com/reference/android/app/Notification.html" rel="noreferrer noopener nofollow">http://developer.android.com/reference/android/app/Notification.html</a> </p>

<p><strong>更新:</strong>
我早些时候错过了 ionic 。因此对于 Cordova,以下是您可以尝试的 Cordova 插件(Android)。它在 README 文件中有示例用法:</p>

<p> <a href="https://github.com/coconauts/NotificationListener-cordova" rel="noreferrer noopener nofollow">https://github.com/coconauts/NotificationListener-cordova</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于android -ionic 通知监听器,实现,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/36413647/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/36413647/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: android - ionic 通知监听器,实现