Interface ShowMessage


public interface ShowMessage
Helper class for showing a toast message on the screen.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    show(String message)
     
  • Method Details

    • show

      void show(String message)