Demo app for Standalone integration using Android Studio.
The code provided in this repository is intended solely for the purpose of demonstrating how an API works and should not be considered production-ready or suitable for use in real-world applications.
- All API calls in our lib must be done and handled in not UI Thread. You are free to choose any of approach to do that: AsyncTask, Kotlin coroutines, Threads, WorkManager and so on. All responses will be received in the same thread where you call it.
- All API calls internally implemented as FIFO query and will be handled one by one.
- Timeout in API call will be handled only when API function going to work.