Interface GuidanceListener


public interface GuidanceListener
Interface allowing user to receive notifications on guidance text updates.
  • Method Summary

    Modifier and Type Method Description
    void onGuidanceTextReady​(java.lang.String guidanceText)
    The method is called once new guidance text is ready.
  • Method Details

    • onGuidanceTextReady

      void onGuidanceTextReady​(java.lang.String guidanceText)
      The method is called once new guidance text is ready.
      Parameters:
      guidanceText - Guidance text.