Banuba SDK
|
Callback for JS execution results. More...
#include <js_callback.hpp>
Public Member Functions | |
virtual void | on_result (const std::string &result)=0 |
This method will be executed on the render thread. More... | |
Callback for JS execution results.
Definition at line 16 of file js_callback.hpp.
|
pure virtual |
This method will be executed on the render thread.
Try not to return as fast as possible. param result String represenation of execution result.