To monitor the network requests, you can go to your Logcat and type HttpClient
.
To see the currently applied filters, you can subscribe to the filterState
like this:
Kotlin
filterState.filters.subscribe { val filterString = FilterGroupsConverter.SQL(it.toFilterGroups()) Log.i("filterState", filterString ?: "" ) }
We recommend using the Kotlin API client, which is better suited for Android development.