Files
lime/externs/air/flash/filesystem/StorageVolumeInfo.hx
2019-02-14 08:41:20 -08:00

10 lines
299 B
Haxe

package flash.filesystem;
@:final extern class StorageVolumeInfo extends flash.events.EventDispatcher
{
function new():Void;
function getStorageVolumes():flash.Vector<StorageVolume>;
static var isSupported(default, never):Bool;
static var storageVolumeInfo(default, never):StorageVolumeInfo;
}