Skip to main content
Skip table of contents

ibihelpme_ScreenshotCountChangedEvent

Signature
ibihelpme_ScreenshotCountChangedEvent: (count: number) => void
DescriptionIs called when there is a change in the number of screenshots
Available from API version1.0.0

Parameter

NameTypeDescription
countnumber

Number of screenshots

Return value

No return value

Example

JS
window.ibihelpme_ScreenshotCountChangedEvent = function(count)
{
	updateScreenshotCount(count);
}
JavaScript errors detected

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

If this problem persists, please contact our support.