getSdkVersion function

String getSdkVersion()

A function that returns the SDK version as a string.

Implementation

String getSdkVersion() {
  return "2.2.0";
}