Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Android AIR native extention for show Alert and Toast

Notifications You must be signed in to change notification settings

illuzor/NotificationExtention

Repository files navigation

NotificationExtension

Android AIR native extension for display Alert and Toast sample.

With this simple extension you can create Android native Alert with "ok" button and Android native Toast in your mobile AIR application.

How to use:

NotificationExtension.init();
NotificationExtension.showToast("Your toast text");
NotificationExtension.showAlert("Your alert title", "Your alert text");

Ane build command:

adt -package -target ane notifExtention.ane extension.xml -swc lib.swc -platform Android-ARM -C android . -platform default -C default

About

Android AIR native extention for show Alert and Toast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published