Interface ToastPriority


public interface ToastPriority
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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.
  • Field Details

    • NORMAL

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

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