Update AIR externs

This commit is contained in:
Joshua Granick
2017-08-25 14:04:53 -07:00
parent 194bfde219
commit 03d66367c8
70 changed files with 239 additions and 143 deletions

View File

@@ -0,0 +1,7 @@
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;
}