public interface FlixelAlerter
Interface for displaying alert notifications to the user.
  • Method Details

    • showInfoAlert

      void showInfoAlert(String title, String message)
    • showWarningAlert

      void showWarningAlert(String title, String message)
    • showErrorAlert

      void showErrorAlert(String title, String message)