VoucherAccessInfo.hx 612 B

123456789101112131415
  1. package flash.net.drm;
  2. extern final class VoucherAccessInfo {
  3. @:flash.property var authenticationMethod(get,never) : String;
  4. @:flash.property var deviceGroup(get,never) : DRMDeviceGroup;
  5. @:flash.property var displayName(get,never) : String;
  6. @:flash.property var domain(get,never) : String;
  7. @:flash.property var policyID(get,never) : String;
  8. function new() : Void;
  9. private function get_authenticationMethod() : String;
  10. private function get_deviceGroup() : DRMDeviceGroup;
  11. private function get_displayName() : String;
  12. private function get_domain() : String;
  13. private function get_policyID() : String;
  14. }