Files
lime/externs/air/flash/notifications/NotificationStyle.hx
Jens Fischer af9367b199 Replace @:fakeEnum with @:enum abstract
@:fakeEnum support will be removed in HaxeFoundation/haxe#8189
2019-04-30 11:37:17 -07:00

10 lines
169 B
Haxe

package flash.notifications;
@:native("flash.notifications.NotificationStyle")
@:enum extern abstract NotificationStyle(String)
{
var ALERT;
var BADGE;
var SOUND;
}