Package | com.distriqt.extension.camerarollextended.picker |
Interface | public interface PermissionlessPicker extends flash.events.IEventDispatcher |
Property | Defined By | ||
---|---|---|---|
isSupported : Boolean [read-only]
Whether the current platform supports the permissionless picker functionality. | PermissionlessPicker |
Method | Defined By | ||
---|---|---|---|
browse(options:PermissionlessPickerOptions = null):Boolean
Initiates a request to select assets from the camera roll. | PermissionlessPicker |
isSupported | property |
isSupported:Boolean
[read-only] Whether the current platform supports the permissionless picker functionality.
public function get isSupported():Boolean
browse | () | method |
public function browse(options:PermissionlessPickerOptions = null):Boolean
Initiates a request to select assets from the camera roll.
Parameters
options:PermissionlessPickerOptions (default = null ) — The options to use when selecting assets
|
Boolean — true if the selection was started successfully and false if there was an issue.
|