| Package | Description |
|---|---|
| app.library.linkflow |
| Modifier and Type | Field and Description |
|---|---|
private ConnectManager.STEP |
ConnectManager.mCurrentStep |
| Modifier and Type | Method and Description |
|---|---|
static ConnectManager.STEP |
ConnectManager.STEP.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectManager.STEP[] |
ConnectManager.STEP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectManager.Listener.step(ConnectManager.STEP step)
you can check all connection current step
|