10 lines
302 B
Haxe
10 lines
302 B
Haxe
package flash.media;
|
|
|
|
extern class CameraUI extends flash.events.EventDispatcher {
|
|
function new() : Void;
|
|
function launch(requestedMediaType : String) : Void;
|
|
function requestPermission() : Void;
|
|
static var isSupported(default,never) : Bool;
|
|
static var permissionStatus(default,never) : String;
|
|
}
|