How to set custom http request headers (Android SDK)?
Countly class has a method called addCustomNetworkRequestHeaders described in the documentation here. I can't find it in the source code of the SDK and it's not available.
Is there any other way to set custom request headers?
Comments
Hello,
Thank you for bringing this up, there is a error in our documentation. To set the custom http headers in the latest SDK versions, you have to do that through the init time configuration object:
Hi Arturs!
Thank you!
Please sign in to leave a comment.