getSdkVersion method

String getSdkVersion()

Retrieves the version of the sendbird Chat Sdk.

returns the SDK version as a string

Implementation

String getSdkVersion() {
  return SendbirdChat.getSdkVersion();
}