Package ch.bailu.gtk.adw
Interface ToastPriority
public interface ToastPriority
-
Field Summary
-
Field Details
-
NORMAL
static final int NORMALthe toast will be queued if another toast is
already displayed.- See Also:
-
HIGH
static final int HIGHthe toast will be displayed immediately, pushing
the previous toast into the queue instead.- See Also:
-