|
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 |
|
Screenshot ID |
Return value
No return value
Example
JavaScript
function onShowScreenshot(id)
{
window.external.ibihelpme_ShowScreenshot(id);
}