Flex Mobile Alarm - Local Notification

I am using flex 4.6 to develop a mobile application. I need to create an alarm application using Flex for iPhone / Android. I found out that we need to use / assign a local notification class to create an alarm application, and I found here an example @ http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/notification. html

But from the zip file, which you can download from the link above, only shows how to call the notification class with the click of a button.

Please help me how to call this using automatic @ defined to make an emergency application. This is urgent

+4
source share
1 answer

The only way is to create ANE for iPhone and Android using native code and invoke on Flex. See this link to learn more about ANE

http://help.adobe.com/en_US/flex/mobileapps/WSe4e4b720da9dedb5-4aefe03513238d8a1b8-8000.html

Here are some examples http://sleepydesign.blogspot.in/2012/07/ane-free-air-native-extensions.html

0
source

Source: https://habr.com/ru/post/1388046/


All Articles