空中本机扩展 - 可以接收广播吗?

发布于 2025-01-01 04:50:08 字数 170 浏览 1 评论 0原文

我正在 AIR 平台上使用 Adob​​e Flex 开发应用程序。使用 Android 的本机扩展,可以从我的 Flex 应用程序发送短信。

是否也可以使用我的应用程序接收短信(接收携带有关传入短信的信息的广播)?

更一般地说,是否可以在我的 Flex 应用程序中接收 Android 广播?

I am developing application with Adobe Flex on AIR platform. Using native extension for Android, it is possible to send SMS from my Flex application.

Would it also be possible to receive SMS with my application (receive Broadcast carrying information about incoming SMS)?

More generally, is it possible to receive Android Broadcasts in my Flex application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寄与心 2025-01-08 04:50:08

我发现这是可能的。

“本机实现可以调度 ActionScript
扩展代码可以监听。该机制允许本机
异步执行任务的实现,通知
任务完成时的 ActionScript 端”

有关如何执行此操作的详细信息,请参见:

http ://help.adobe.com/en_US/air/extensions/air_extensions.pdf

I found out this is possible.

"The native implementation can dispatch events that the ActionScript
extension code can listen for. This mechanism allows the native
implementation to perform tasks asynchronously, notifying the
ActionScript side when the task is complete"

Details on how to do it are covered here:

http://help.adobe.com/en_US/air/extensions/air_extensions.pdf.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文