Procedure ("Callback") called by
AlbumPicker when the user selects an image or a video. This procedure can be a local, global, internal or lambda procedure.
// Select the image
// recommended syntax on iOS and Android
// Caution: On Android 10 and higher, applications must not run in the background.
bRes is boolean
bRes = AlbumPicker(AlbumPicker_Callback)
INTERNAL PROCEDURE AlbumPicker_Callback(sImagePath = "")
IMG_MyImage = sImagePath
END
Syntax
AlbumPicker_Callback(<Path>)
<Path>: Character string
Path to save the image or video selected by the user.
Business / UI classification: Neutral code
Component: wd280android.aar