Package 

Interface Callback


  • 
    public interface Callback
    
                        

    Interface that represent javascript callback function which can be passed to the native module as a method parameter.

    • Method Summary

      Modifier and Type Method Description
      abstract void invoke(Array<Object> args) Schedule javascript function execution represented by this Callback instance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • invoke

         abstract void invoke(Array<Object> args)

        Schedule javascript function execution represented by this Callback instance

        Parameters:
        args - arguments passed to javascript callback method via bridge