Package com.banuba.sdk.effect_player
Interface JsCallback
public interface JsCallback
Callback for JS execution results.
-
Method Summary
-
Method Details
-
onResult
This method will be executed on the render thread. Try not to return as fast as possible. param result String represenation of execution result.
-