getSdkVersion function

String getSdkVersion()

A function that returns the SDK version as a string.

Implementation

String getSdkVersion() {
  return "1.0.3";
}