Package com.banuba.sdk.effect_player
Interface JsCallback
-
public interface JsCallback
Callback for JS execution results.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onResult(java.lang.String result)
This method will be executed on the render thread.
-