I am receiving return value in the form of long or int from Native code in Android, which I want to convert or match with enum, for processing purpose. Is it possible ?
How?
I am receiving return value in the form of long or int from Native
Share
If you have full control of values and enums, and they’re sequential, you can use the enum ordinal value: