getVersionCode()

Returns the SDK version code.

getVersionCode()

Return Value

The SDK version code (string)

Example

// example 

const versionCode = sdk.getVersionCode()
console.log("version code: ", versionCode)

Last updated

Was this helpful?