You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Statement
There currently is no way to access the SDK version programmatically.
If you want to check what version is used at runtime you have to pull the version out of the UserAgent string.
Proposed Solution
Introduce a way to access the SDK version.
The text was updated successfully, but these errors were encountered:
@Tanmay, can pull request the change? Please introduce the Version class with the single public constant field and refactor the UserAgent class. You also have to modify the .codegen.json to re-point version bump to a new file
Problem Statement
There currently is no way to access the SDK version programmatically.
If you want to check what version is used at runtime you have to pull the version out of the UserAgent string.
Proposed Solution
Introduce a way to access the SDK version.
The text was updated successfully, but these errors were encountered: