package flash.notifications; @:fakeEnum(String) extern enum NotificationStyle { ALERT; BADGE; SOUND; }