| Pacote | flash.net |
| Classe | public final class SharedObjectFlushStatus |
| Herança | SharedObjectFlushStatus Object |
SharedObject.flush() method.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| 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 | ||
| FLUSHED | Constante |
public static const FLUSHED:String = "flushed"
Indicates that the flush completed successfully.
Veja também
| PENDING | Constante |
public static const PENDING:String = "pending"
Indicates that the user is being prompted to increase disk space for the shared object before the flush can occur.
Veja também