I am trying to implement an Approval Flow using Adaptive Cards and building an RESTful API in Java to use for Actions in Adaptive Cards.
I was able to validate the token from the Adaptive Card using this.
But in order for my API to send a Refresh Card as a response, i need to author and render the Adaptive Card.
There is an SDK for Android but not for specifically for Java.I have tried to work with adaptivecards-android-1.2.5 aar, but just unable to load the classes.
Is there any SDK for Java or any other way how we can utilize the Android SDK?