Skip to main content
Skip table of contents

ibihelpme_ScreenshotCountChangedEvent

Signatur
ibihelpme_ScreenshotCountChangedEvent: (count: number) => void
BeschreibungWird aufgerufen, wenn sich die Anzahl der Screenshots ändert
Verfügbar ab API-Version1.0.0

Parameter

NameTypBeschreibung
countnumber

Anzahl der Screenshots

Rückgabewert

Kein Rückgabewert

Beispiel

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.