IBI-helpMe

ibihelpme_GetApiVersion

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

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';