javadoc

  1. jkhazraji

    B4J Question Exposing a Java code variable in a class to the main module

    Hi B4X community, I have the following as a part of a Java code in a class: #if Java { // //.... String msg ="blabla"; ba.raiseEvent(null,"get_msg",msg); //..... // } #end if Is the ba.raiseEvent written correctly? How would I expose 'msg' variable to the...
Top