문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top