Files
lime/externs/air/flash/desktop/InvokeEventReason.hx
2017-08-25 14:04:53 -07:00

9 lines
122 B
Haxe

package flash.desktop;
@:fakeEnum(String) extern enum InvokeEventReason {
LOGIN;
NOTIFICATION;
OPEN_URL;
STANDARD;
}