Update AIR externs
This commit is contained in:
7
externs/air/flash/events/PermissionEvent.hx
Normal file
7
externs/air/flash/events/PermissionEvent.hx
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user