ibihelpme_ScreenshotCountChangedEvent
| Signature | ibihelpme_ScreenshotCountChangedEvent: (count: number) => void | 
|---|---|
| Description | Is called when there is a change in the number of screenshots | 
| Available from API version | 1.0.0 | 
Parameter
| Name | Type | Description | 
|---|---|---|
| count | number | Number of screenshots  | 
Return value
No return value
Example
        JS
    
    window.ibihelpme_ScreenshotCountChangedEvent = function(count)
{
	updateScreenshotCount(count);
}