Package com.banuba.sdk.effect_player
Interface ErrorListener
public interface ErrorListener
Interface to receive errors from `EffectPlayer`.
Could be called from any thread inside EffectPlayer. So the implementation of this listener should be thread-safe.
-
Method Summary
-
Method Details
-
onError
- Parameters:
domain
- source of error (e.g. "js_engine")
-