getAutoRefreshProxyCountLimit()
Returns the current auto-refresh count limit.
getAutoRefreshProxyCountLimit()
Return Value
The current auto-refresh count limit (number)
Example
// example
const c = sdk.getAutoRefreshProxyCountLimit();
console.log("count: ", count)
Last updated
Was this helpful?