forked from LeenkxTeam/LNXSDK
7 lines
204 B
Haxe
7 lines
204 B
Haxe
|
package flash.net.drm;
|
||
|
|
||
|
extern class DRMAddToDeviceGroupContext extends DRMManagerSession {
|
||
|
function new() : Void;
|
||
|
function addToDeviceGroup(deviceGroup : DRMDeviceGroup, forceRefresh : Bool) : Void;
|
||
|
}
|