Package | feathers.controls |
Class | public class ToastQueueMode |
Inheritance | ToastQueueMode Object |
Product Version : | Feathers 4.0.0 |
See also
Constant | Defined By | ||
---|---|---|---|
CANCEL_TIMEOUT : String = "cancelTimeout" [static]
If a new toast is queued up, and any of the active toasts have a
timeout, the timeout is cancelled immediately, and the new toast is
displayed after the active toast has finished closing. | ToastQueueMode | ||
WAIT_FOR_TIMEOUT : String = "waitForTimeout" [static]
If a new toast is queued up, waits indefinitely until the next active
toast closes. | ToastQueueMode |
CANCEL_TIMEOUT | Constant |
public static const CANCEL_TIMEOUT:String = "cancelTimeout"
Product Version : | Feathers 4.0.0 |
If a new toast is queued up, and any of the active toasts have a timeout, the timeout is cancelled immediately, and the new toast is displayed after the active toast has finished closing.
WAIT_FOR_TIMEOUT | Constant |
public static const WAIT_FOR_TIMEOUT:String = "waitForTimeout"
Product Version : | Feathers 4.0.0 |
If a new toast is queued up, waits indefinitely until the next active toast closes.