9 lines
194 B
Haxe
9 lines
194 B
Haxe
package flash.net.drm;
|
|
|
|
extern class LoadVoucherSetting {
|
|
function new() : Void;
|
|
static final ALLOW_SERVER : String;
|
|
static final FORCE_REFRESH : String;
|
|
static final LOCAL_ONLY : String;
|
|
}
|