ibihelpme_ShowScreenshot
Signature | ibihelpme_ShowScreenshot(id: string): void |
---|---|
Description | Displays the screenshot identified via the ID |
Available from API version | 1.0.0 |
Parameter
Name | Type | Description |
---|---|---|
id | string | Screenshot ID |
Return value
No return value
Example
JS
function onShowScreenshot(id)
{
window.external.ibihelpme_ShowScreenshot(id);
}