Schnittstelle ToastPriority


public interface ToastPriority
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    the toast will be displayed immediately, pushing
    the previous toast into the queue instead.
    static final int
    the toast will be queued if another toast is
    already displayed.
  • Felddetails

    • NORMAL

      static final int NORMAL
      the toast will be queued if another toast is
      already displayed.
      Siehe auch:
    • HIGH

      static final int HIGH
      the toast will be displayed immediately, pushing
      the previous toast into the queue instead.
      Siehe auch: