Package | Description |
---|---|
app.library.linkflow.manager.neckband |
Modifier and Type | Field and Description |
---|---|
private ConnectStateManage.STATE |
ConnectStateManage.mState |
Modifier and Type | Method and Description |
---|---|
ConnectStateManage.STATE |
ConnectStateManage.getCurrentState() |
static ConnectStateManage.STATE |
ConnectStateManage.STATE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectStateManage.STATE[] |
ConnectStateManage.STATE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectStateManage.StateListener.onConnectState(ConnectStateManage.STATE state) |
void |
ConnectStateManage.setState(ConnectStateManage.STATE state)
if you set the connect state, StateListener.onConnectState() will call immediately so you can control what you want about connect state.
|