|
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 of screenshots |
Return value
No return value
Example
JavaScript
window.ibihelpme_ScreenshotCountChangedEvent = function(count)
{
updateScreenshotCount(count);
}