LoadVoucherSetting.hx 194 B

12345678
  1. package flash.net.drm;
  2. extern class LoadVoucherSetting {
  3. function new() : Void;
  4. static final ALLOW_SERVER : String;
  5. static final FORCE_REFRESH : String;
  6. static final LOCAL_ONLY : String;
  7. }