getSha1Ver()
Returns the SHA1 of the SDK build.
getSha1Ver()
Return Value
The SHA1 of the SDK build (string)
Example
// example
const sha = sdk.getSha1Ver()
console.log("sha: ", sha)
Last updated
Was this helpful?
Returns the SHA1 of the SDK build.
getSha1Ver()
The SHA1 of the SDK build (string)
// example
const sha = sdk.getSha1Ver()
console.log("sha: ", sha)
Last updated
Was this helpful?