Files
lime/externs/air/flash/filesystem/StorageVolumeInfo.hx
2017-08-25 14:04:53 -07:00

9 lines
305 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;
}