|
Signature |
ibihelpme_GetApiVersion(): string |
|---|---|
|
Description |
Returns the API version provided by the client |
|
Available from API version |
1.0.0 |
Parameter
No parameters required
Return value
|
|
String object which contains the API version provided by the client. |
|---|
Example
var apiVersion = window.external.ibihelpme_GetApiVersion();
if(apiVersion !== '1.0.0')
throw 'Unexpected API-Version';