Interface HintListener


public interface HintListener
Callback to receive "hints" (e.g. "Open mouth" from effect). Display them on UI.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onHint(String hintMessage)
     
  • Method Details

    • onHint

      void onHint(@NonNull String hintMessage)