Closed KennyHuRadar closed 1 year ago
This PR creates an endpoint that returns the string of the versioning of the sdk for parity with the IOS sdk.
the interface of the PR is fun sdkVersion() : String
fun sdkVersion() : String
QA: Tested in example app to log versioning after initialization and was was successful.
This PR creates an endpoint that returns the string of the versioning of the sdk for parity with the IOS sdk.
the interface of the PR is
fun sdkVersion() : String
QA: Tested in example app to log versioning after initialization and was was successful.