Interface JsCallback


  • public interface JsCallback
    Callback for JS execution results.
    • Method Detail

      • onResult

        void onResult​(@NonNull
                      java.lang.String result)
        This method will be executed on the render thread. Try not to return as fast as possible. param result String represenation of execution result.