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
Removed support for Android Support Libraries (Android x is now the only supported library).
Package name is now com.queue-it.androidsdk:library-android:2.2.0
Removed contructor overloads of QueueITEngine, QueueITWaitingRoomProvider. All parameters to the single constructors are annotated with @NonNull or @Nullable. Please refer to the documentation for information about required and optional parameters (QueueITEngineparameters and QueueITWaitingRoomProviderparameters)
New features
Added support for Bring Your Own Proxy. This enables the SDK to run the Queue-it Waiting Room through a custom Reverse Proxy. Please contact Queue-it Support for more information about this setup
-Cache bugs fixed.
-QueueCache class is removed
-References and signatures for methods using 'clearCache' have been removed.
-DemoApp UI has been changed.