Interface JsCallback


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

    Modifier and Type
    Method
    Description
    void
    onResult(String result)
    This method will be executed on the render thread.
  • Method Details

    • onResult

      void onResult(@NonNull 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.