getSDKVersion static method

String getSDKVersion()

Gets the SDK version Returns the current SDK version as a constant

Implementation

static String getSDKVersion() {
  return _sdkVersion;
}