Files
lime/externs/air/flash/desktop/InvokeEventReason.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

11 lines
182 B
Haxe

package flash.desktop;
@:native("flash.desktop.InvokeEventReason")
@:enum extern abstract InvokeEventReason(String)
{
var LOGIN;
var NOTIFICATION;
var OPEN_URL;
var STANDARD;
}