Skip to main content
Skip table of contents

ibihelpme_ShowScreenshot

Signature
ibihelpme_ShowScreenshot(id: string): void
DescriptionDisplays the screenshot identified via the ID
Available from API version1.0.0

Parameter

NameTypeDescription
idstring

Screenshot ID

Return value

No return value

Example

JS
function onShowScreenshot(id)
{
    window.external.ibihelpme_ShowScreenshot(id);
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.