Version: Next
๐ง ImagePickerIOS
Deprecated. Use one of the community packages instead.
Reference#
Methods#
canRecordVideos()#
canUseCamera()#
openCameraDialog()#
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
| config | object | No | See below. |
| successCallback | function | No | See below. |
| cancelCallback | function | No | See below. |
config is an object containing:
videoMode: An optional boolean value that defaults to false.
successCallback is an optional callback function that's invoked when the select dialog is opened successfully. It will include the following data:
[string, number, number]
cancelCallback is an optional callback function that's invoked when the camera dialog is canceled.
openSelectDialog()#
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
| config | object | No | See below. |
| successCallback | function | No | See below. |
| cancelCallback | function | No | See below. |
config is an object containing:
showImages: An optional boolean value that defaults to false.showVideos: An optional boolean value that defaults to false.
successCallback is an optional callback function that's invoked when the select dialog is opened successfully. It will include the following data:
[string, number, number]
cancelCallback is an optional callback function that's invoked when the select dialog is canceled.