getSdkVersion method
Retrieves the version of the sendbird Chat Sdk.
returns the SDK version as a string
Implementation
String getSdkVersion() {
return SendbirdChat.getSdkVersion();
}
Retrieves the version of the sendbird Chat Sdk.
returns the SDK version as a string
String getSdkVersion() {
return SendbirdChat.getSdkVersion();
}