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?
Returns the SDK build time.
getBuildTime()
The SDK build time (string)
// example
const buildTime = sdk.getBuildTime()
console.log("build time: ", buildTime)
Last updated
Was this helpful?