DRMLicenseRequestEvent.hx 251 B

1234567
  1. package flash.events;
  2. extern class DRMLicenseRequestEvent extends Event {
  3. var serverURL : String;
  4. function new(type : String, bubbles : Bool = false, cancelable : Bool = false, ?inServerURL : String) : Void;
  5. static var LICENSE_REQUEST : String;
  6. }