Interface DebugTextCallback
@WorkerThread
public interface DebugTextCallback
Callback that will be invoked when debug text information gets available.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDebugText
(String debugText) Called when debug text gets available and should be displayed on screen.
-
Method Details
-
onDebugText
Called when debug text gets available and should be displayed on screen.- Parameters:
debugText
- contains text that should be displayed
-