Packagefeathers.controls
Classpublic class ToastQueueMode
InheritanceToastQueueMode Inheritance Object

Product Version : Feathers 4.0.0

Constants to control how the toast queue will behave when the maximum number of allowed toasts are visible.

See also

feathers.controls.Toast


Public Constants
 ConstantDefined 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
Constant Detail
CANCEL_TIMEOUTConstant
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_TIMEOUTConstant 
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.