//Codenameone side java public static void onNativeCallBack(String p, int status) {
}
How can I create a mapping from obj-c code to java code in codenameone. I was reading this thread https://www.codenameone.com/developer-guide.html#_native_interfaces but I can't understand very well.
this the correct way? com_xxxxxxx_xxxxxx_utils_NativeIOSRequestPermission_onNativeCallBack__java_lang_String_int(//I can't understand how to mapp);