lsk
07/12/2018, 3:22 PMsrc/kotlin/main.kt:36:38: error: type _MDP_NOTIFY_TYPE is not supported in callback signature
-> this probably meanas that I have too complex enum class as a parameter in the callback function. I want to know what’s not supported on the enum and if it is suppose to be fixed soonolonho
07/12/2018, 4:24 PMEnum.values()[value]
to get enum object. We will try to fix it in next releases.lsk
07/14/2018, 6:47 AM