Initial support for AIR
This commit is contained in:
7
externs/air/flash/notifications/NotificationStyle.hx
Normal file
7
externs/air/flash/notifications/NotificationStyle.hx
Normal file
@@ -0,0 +1,7 @@
|
||||
package flash.notifications;
|
||||
|
||||
@:fakeEnum(String) extern enum NotificationStyle {
|
||||
ALERT;
|
||||
BADGE;
|
||||
SOUND;
|
||||
}
|
||||
Reference in New Issue
Block a user