ShowChooseImageScreen

Description

Presents the user with an option to choose an image stored on their current platform, for example a photo on a phone or an image saved on a PC. This does not immediately capture the image, depending on the platform your app may continue running in the background whilst the user is choosing an image, or it may pause execution whilst the image is chosen. In any case you must assume your app continues running but is no longer visible, use IsChoosingImage to check when the user returns from the image choosing process, and GetChosenImage to discover the result of the process.

This function returns 1 if it was successful in displaying the choose screen, 0 otherwise.

Definition

integer ShowChooseImageScreen()