meg4cyberc4t / varioqub_configs

Flutter plugin providing work with remote configs, experiments and A/B testing via Varioqub
https://pub.dev/packages/varioqub_configs
MIT License
2 stars 0 forks source link

Adding the work of userId and DeviceID statistics analytics #12

Closed meg4cyberc4t closed 7 months ago

meg4cyberc4t commented 7 months ago

For experiments to work, deviceId and userId values are passed to native libraries.

By default, the values are "000" (as per the documentation here https://yandex.ru/support2/varioqub-app/ru/sdk/android/nullconnect)

They can be changed using the updateDeviceId && updateUserId methods and obtained via getDeviceId && getUserId methods.