AuthorizedFeatures.hx 460 B

123456789
  1. package flash.system;
  2. @:final @:require(flash11_3) extern class AuthorizedFeatures {
  3. function new() : Void;
  4. function createApplicationInstaller(strings : flash.xml.XML, icon : flash.utils.ByteArray) : ApplicationInstaller;
  5. @:require(flash11_4) function enableDiskCache(stream : flash.net.URLStream) : Bool;
  6. @:require(flash11_4) function isFeatureEnabled(feature : String, ?data : String) : Bool;
  7. @:require(flash11_4) function isNegativeToken() : Bool;
  8. }