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

    Modifier and Type
    Method
    Description
    void
    onError(String domain, String message)
     
  • Method Details

    • onError

      void onError(@NonNull String domain, @NonNull String message)
      Parameters:
      domain - source of error (e.g. "js_engine")