We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current code uses java.time.Instant which is only available on java 8 and android 26+.
The text was updated successfully, but these errors were encountered:
This is discussed already in #21.
I'm keeping this issue open as a pointer for newcomers like me.
Sorry, something went wrong.
@martinbonnin I have a working version for Android here: https://github.com/didomi/Consent-String-SDK-Android Waiting for it to be moved to the IAB repo
@jawadst Thanks ! Ultimately, I ended up writing a shortened version of it in kotlin.
It only supports writing and is not very configurable but it works so far => https://gist.github.com/martinbonnin/70651cf84eb1512d15a87dd290e6afde
No branches or pull requests
The current code uses java.time.Instant which is only available on java 8 and android 26+.
The text was updated successfully, but these errors were encountered: