Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/net/drm/AddToDeviceGroupSetting.hx

9 lines
199 B
Haxe
Raw Permalink Normal View History

2026-05-21 20:15:16 -07:00
package flash.net.drm;
extern class AddToDeviceGroupSetting {
function new() : Void;
static final ALLOW_SERVER : String;
static final FORCE_REFRESH : String;
static final LOCAL_ONLY : String;
}