Interface GuidanceListener


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

      • onGuidanceTextReady

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