I am using Rive Animation in a Android App in which I have State Machine with Some inputs, and I wanted to get the input values programmically in java code.
How to do that
Ex, I wanted to access Boolean 1 value from statemachine inputs programmically in java. So How to do that?