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

8 lines
276 B
Haxe

package flash.events;
@:final extern class PermissionEvent extends Event {
var status(default,never) : String;
function new(type : String, bubbles : Bool = false, cancelable : Bool = false, ?status : String) : Void;
static var PERMISSION_STATUS(default,never) : String;
}