getVersionInfo()

Returns the full SDK version information string.

getVersionInfo()

Return Value

The full SDK version information string

Example

// example

const version = sdk.getVersionInfo()
console.log("version: ", version)

Last updated

Was this helpful?