Package 

Interface SnackbarData

    • Method Summary

      Modifier and Type Method Description
      abstract Unit performAction() Function to be called when Snackbar action has been performed to notify the listeners
      abstract Unit dismiss() Function to be called when Snackbar is dismissed either by timeout or by the user
      abstract String getMessage()
      abstract String getActionLabel()
      abstract SnackbarDuration getDuration()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait