getBuildTime()

Returns the SDK build time.

getBuildTime()

Return Value

The SDK build time (string)

Example

// example

const buildTime = sdk.getBuildTime()
console.log("build time: ", buildTime)

Last updated

Was this helpful?