window.runtime property | window.runtime.flash.net.SharedObjectFlushStatus |
Inheritance | SharedObjectFlushStatus Object |
Runtime Versions: | AIR 1.0, |
SharedObject.flush()
method.
See also
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
FLUSHED : String = "flushed" [static]
Indicates that the flush completed successfully. | SharedObjectFlushStatus | ||
PENDING : String = "pending" [static]
Indicates that the user is being prompted to increase disk space for the shared object
before the flush can occur. | SharedObjectFlushStatus |
Constant Detail
FLUSHED | Constant |
public static const FLUSHED:String = "flushed"
Runtime Versions: | AIR 1.0, |
Indicates that the flush completed successfully.
See also
PENDING | Constant |
public static const PENDING:String = "pending"
Runtime Versions: | AIR 1.0, |
Indicates that the user is being prompted to increase disk space for the shared object before the flush can occur.
See also
Thu Sep 29 2011, 02:34 AM -07:00