Replace @:fakeEnum with @:enum abstract
@:fakeEnum support will be removed in HaxeFoundation/haxe#8189
This commit is contained in:
committed by
Joshua Granick
parent
d01f84ffbf
commit
af9367b199
@@ -1,8 +1,9 @@
|
||||
package flash.notifications;
|
||||
|
||||
@:fakeEnum(String) extern enum NotificationStyle
|
||||
@:native("flash.notifications.NotificationStyle")
|
||||
@:enum extern abstract NotificationStyle(String)
|
||||
{
|
||||
ALERT;
|
||||
BADGE;
|
||||
SOUND;
|
||||
var ALERT;
|
||||
var BADGE;
|
||||
var SOUND;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user