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
With the latest SDK 0.16.1 available on pub.dev, the official documentation is not aligned with the changes introduced in the SDK. I have encountered several issues, including changes in function parameters and missing fields.
For example:
According to the documentation, the function QB.chat.connect() accepts two strings: login and password, whereas the SDK expects userId of type int and password.
The constants mentioned in the code from this block have been moved in the latest version.
Could you please update the documentation to align with the latest SDK version?
The text was updated successfully, but these errors were encountered:
With the latest SDK
0.16.1
available onpub.dev
, the official documentation is not aligned with the changes introduced in the SDK. I have encountered several issues, including changes in function parameters and missing fields.For example:
QB.chat.connect()
accepts two strings:login
andpassword
, whereas the SDK expectsuserId
of typeint
andpassword
.Could you please update the documentation to align with the latest SDK version?
The text was updated successfully, but these errors were encountered: