Interface DebugTextCallback


@WorkerThread public interface DebugTextCallback
Callback that will be invoked when debug text information gets available.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDebugText(String debugText)
    Called when debug text gets available and should be displayed on screen.
  • Method Details

    • onDebugText

      void onDebugText(@NonNull String debugText)
      Called when debug text gets available and should be displayed on screen.
      Parameters:
      debugText - contains text that should be displayed