Packagecom.distriqt.extension.camerarollextended.picker
Interfacepublic interface PermissionlessPicker extends flash.events.IEventDispatcher



Public Properties
 PropertyDefined By
  isSupported : Boolean
[read-only] Whether the current platform supports the permissionless picker functionality.
PermissionlessPicker
Public Methods
 MethodDefined By
  
browse(options:PermissionlessPickerOptions = null):Boolean
Initiates a request to select assets from the camera roll.
PermissionlessPicker
Property Detail
isSupportedproperty
isSupported:Boolean  [read-only]

Whether the current platform supports the permissionless picker functionality.


Implementation
    public function get isSupported():Boolean
Method Detail
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

Returns
Booleantrue if the selection was started successfully and false if there was an issue.