Package 

Class CxxCallbackImpl

  • All Implemented Interfaces:
    com.facebook.react.bridge.Callback

    
    public class CxxCallbackImpl
     implements Callback
                        

    Callback impl that calls directly into the cxx bridge. Created from C++.

    • Method Summary

      Modifier and Type Method Description
      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

         void invoke(Array<Object> args)

        Schedule javascript function execution represented by this Callback instance

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