| Package | Description |
|---|---|
| com.codename1.util.promise |
| Modifier and Type | Method and Description |
|---|---|
Promise.State |
Promise.getState()
Returns the current state of the promise.
|
static Promise.State |
Promise.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Promise.State[] |
Promise.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.