ibihelpme_GetScreenshots
Signature | ibihelpme_GetScreenshots(): string |
---|---|
Description | Returns the list of created screenshots |
Available from API version | 1.0.0 |
Parameter
No parameters required
Return value
| JSON array in the following format
CODE
For more information see ibihelpme_CreateScreenshot |
---|
Example
JS
var screenshotsSerialized = window.external.ibihelpme_GetScreenshots();
var screenshots = JSON.parse(screenshotsSerialized);
displayScreenshots(screenshots);